Restored child editor windows have no title

Tools - Aug 3, 2020

Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...

Number containers do not correctly parse equations

Tools - Jul 30, 2020

In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...

Particle editor realtime mode disabled when play in editor

Tools - Jul 23, 2020

Particle editor realtime mode disabled when play in editor, while it's normal in UE4.24 ...

Missing reset to default buttons/arrows on "Object Responses" section of component collision profile response details customization

Tools - Jul 22, 2020

The "Reset to default" button/arrow is missing from the channels listed in the "Object Responses" section of the Collision Preset details customization. ...

Modifying an asset while having added a FBlacklistPaths filter hides the asset.

Tools - Jun 15, 2020

There seems to be an issue with BlacklistsPaths accidentally filtering out new or modified assets regardless if they are in the blacklisted path or not. ...

EditCondition doesn't work on C-arrays

Tools - May 13, 2020

Toggling a bool doesn't enable/disable the elements of the array similarly to how it does for TArray in the details panel. Static arrays should have the same semantics as TArray with regards to edit ...

Regular UMG Widgets can be reparented to editor widgets but do not work.

Tools - May 11, 2020

This may just need to be closed, we may not be able to control this at such a level.  This really comes up more than you would guess.  I think almost everyone has made a widget, wanted to call Edito ...

Creating Widget at run time with an exposed variable causes Engine crash with Assertion

Tools - May 8, 2020

If you are using the default values of the In Size the project will run fine, but changing the values will make the engine crash. This was reported and tested in 4.25 (CL-13144385) and reproduced i ...

C++ Class Creation Wizard does not setup include path properly when using a sub-directory with Public/Private Classes

Tools - May 7, 2020

The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this ...

Memory leak after simulating in Editor with opened 'Editor Preferences' tab

Tools - May 7, 2020

This can be repeated many times before the editor crashes without any messages and other programs with the video driver crashes too. Because out-of-memory. This is similar to [Link Removed]. This w ...