Editor is crashing with d3ddebug in ray tracing Does not occur in dx12 without ray tracing Does not occur on a desktop PC with a 2080 Does not occur without d3ddebug ...
Editor is freezing on RTX laptops with ray tracing Originally reported by Florian Dirmhirn Does not occur in dx12 without ray tracing Does not occur on a desktop PC with a 2080 I have not managed ...
PVehicleDrive is not null-ed during OnDestroyPhysicsState, which can lead to crashes during future function calls. ...
Editor still receives input if a packaged game is being run on the same machine. ...
Android projects in 4.22.1 crash on launch with Vulkan enabled. Did NOT reproduce in 4.23 MAIN at CL 6156332 4.22.1 release CL is the same as a related fix for this ( [Link Removed] ) ...
When using the scroll wheel to move, the user will gradually come to a stop when going forward and will increase in speed when moving backward. If the user moves forward using this method until they ...
This assertion seems to occur when closing the project while a sound is playing on the device. Assertion failed: CommandBuffers[NextIndex].SourceCommandQueue.Num() == 0 [File:D:/P4Workspaces/Switch ...
Attempting to create a local binary build of 4.22 using Visual Studio 2019 (with no other versions of Visual Studio installed) currently fails with several warnings and errors, including the followi ...
The following assertion throws after the project crashes when playing on the device: Assertion failed: Index < GetMaxIndex() [File:D:/P4Workspaces/Switch_3/Engine/Source/Runtime/Core/Public/Contai ...
FAnimInstanceProxy::LODLevel isn't initialized before it is used in PreUpdate, causing UB on the first call. ...