From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...
To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...
Sprites in a particle system flicker/shake when use local space is combined with small velocity values and velocity aligned sprites. Reported and tested in versions 4.25.3(CL 13942748), 4.24.3(CL 1 ...
-The editor will crash when opening a project with the Renderdoc Plugin enabled while the user has Renderdoc installed on their machine. Uninstalling Renderdoc allows the project to open without cra ...
Via UDN: As has been discussed previously here and in CL 20055361, debug information is sometimes missing when compiling with Clang. We've pinpointed this to debug information not being emitted fo ...
This is because expansion state is saved per class, and we are displaying multiple objects of the same class at the same type. The UniqueID we add when adding these objects via 'AddExternalObject' ...
Search results in component pickers do not show up unless they match both the name of the actor and the component, this is because FActorHierarchy::CreateWorldChildren ends up calling Mode->CreateIt ...
If MoveForward() function is changed to affect the speed of the player, when playing in a multiplayer game player 1 will be affected by the change but player 2 will not be. This is a regression - i ...
ED nodes in 4.6 but are not being executed in standalone or cooked games. Also, users receive compile errors when the project is saved and reopened that resolve when the blueprint is recompiled. ...
When working in Manage Mode with Landscapes and deleting a component, if you undo the deletion, you can no longer modify or select the component. I did attempt to rebuild the scenes lighting and ge ...