Double clicking the thumbnail for a TSoftObjectPtr to a UWorld will load the level without prompting the user to save

UE - Editor - Dec 6, 2021

Currently, double clicking on a thumbnail for a SoftObjectPtr to a UWorld will load that level in the level editor without checking if the current world is dirty or prompting to save. This can resul ...

When always loading last project, project logs are saved to the engine folder

UE - Editor - Aug 6, 2020

Checked on the Binary version //UE4/Release-4.25 stream CL 13942748 Version 4.25.3, logs are also saved into Engine folder: \AppData\Local\UnrealEngine\4.25\Saved\Logs instead of a Project folderIf a ...

FName diff in transaction will report all names as different if ordering is not properly maintained

UE - Editor - Jul 15, 2020

All FName in transaction diff will be reported as modified if ordering isn't properly maintained making the proper uses of undo client `MatchesContext` not properly accurate ...

[Feature Request] Update UE4 Tutorials to account for new Modes workflow

UE - Editor - Apr 23, 2020

Modes workflows were updated in 4.25. This change removed the traditional Editor modes from the single, static Modes Panel and moved them into a combo box on the Level Editor Toolbar. Entering a mod ...

Skeletalmesh editing can be slow when asset have a lot of morphtarget

UE - Editor - Mar 3, 2020

After investigation, the asset is not rebuild, what took time is the 2 following partThe serialization of the DDC where we have to initialize the morph targetsE:\P4\main\Engine\Source\Runtime\Engine ...

Modified a mesh used as complex collision mesh does not affect the collision in the editor

UE - Editor - Feb 17, 2020

When a user changes any properties (for calling PostEditChangeProperty ) in parent static mesh or restarting the editor, the modified mesh is applied correctly. how to reproduce: [Link Removed] ...