If three or more actors are saved to a level with the same name in the Content Browser of "none", attempting to load the level (open or right click on umap asset in content browser) causes the edito ...
In some scenarios, FPropertyDelegate::SignatureFunction can point to freed memory after a garbage collection run. This appears to be more common when running the CompileAllBlueprints commandlet. ...
Using the Merge Blueprints feature crashes the editor. This repro is for clicking between the error and warnings while merging, but the editor will generally crash if the Merge is finished or if an ...
When using an input axis for a task such as moving a character, losing focus on the standalone window while holding the key does not stop the axis from firing, which means the character will continu ...
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 ...
-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 ...
Errors are appearing in the log when opening an Impulse Response asset type. This does not occur in Release-5.0 and is a regression. Note: The IR appears to still work normally as part of a Submix E ...
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 ...
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 ...
GetScaledCapsuleHalfHeight multiplies the CapsuleHalfHeight by the lower scale value, even if it is X or Y. Seeing as Half Height should only be related to the Z scale, this does not work out proper ...