According to the licensee, this problem is caused by a variable inconsistency in Cvar. The cause seems to be the difference between the CVar reference when generating RayTracingSceneRHI and the CVa ...
There's a crash when "Play Quantized" is used on an Audio Component that was constructed via the functions "Create Sound 2D" or "Spawn Sound 2D" when the option 'Persist Across Level Transitions' is ...
Crash occurs when the user attempts to open an anim blueprint containing the Ragdoll node, when Immediate Physics is disabled. ...
Quote from the licensee (FbxSkeletalMeshImport.cpp inside "// merge bones to the selected skeleton"): this happens because in UnFbx::FFbxImporter::SetupAnimationDataFromMesh, the function FindFBXMe ...
Deleting ParagonKhaimera BlendSpace 1D key values while the animation is previewing in Animation Editor will result in Engine crash. ...
When an Animation Modifier passes a null Animation Sequence value to an Animation Sequence the Editor will crash. This is a regression from 4.20.3 (CL-4369336). This was reported and tested in 4.21 ...
Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...
Editable text crashes the project on Android devices. This does not happen on iOS or Windows. ...
When a user loads into a level that spawns replicated actors using manually placed blueprints twice using ServerTravel with Seamless Travel enabled it will crash. It looks like the engine can't find ...
Suggested fix is to relocate the Super::PreExit() call to the end of UGameEngine::PreExit() so that level streaming can be safely flushed before the MID cache is cleaned up. ...