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 ...
Currently parent blueprints are added to the list of blueprints to nativize if their children are flagged to be nativized only if they are also individually saved. Ideally, we'd update the list of ...
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 ...
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 ...
Crash when closing the timeline tab inside UMG editor and reopening UMG editor Reported here:https://udn.unrealengine.com/questions/307297/umg%E3%82%A8%E3%83%86%E3%82%A3%E3%82%BF%E8%B5%B7%E5%8B%95% ...