Licensee report of crash during shutdown due to setting [UIApplication sharedApplication].idleTimerDisabledbeing from the Game thread. Grouped together with others items in [Link Removed] ...
Using a TArray to store multiple components being setup inside a for loop of a constructor will crash on project open. Crash Reporter: [Link Removed] ...
The project was built in Unreal 4.27.2 binary from the Epic Games Launcher. At this stage we have only observed the crash on devices with a hardware combination of Apple A9 1.8 GHz and 2GB of Memory ...
This is a regression. Tested in //UE4/Release-4.27 CL18319896 Editor crashes when keying a frame to an Animation from Pose with Appended Frames. ...
UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...
When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...
This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...
A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast ...
Reverting to the fix in [Link Removed] (CL#17788567) will avoid the crash. ...