Originally, a project that uses about 500 mb of memory spikes to over 2 gigs during PIE. After exiting PIE, the memory usage remains well over 2 gigs and continues to rise. Found in 4.10 Binary. R ...
This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed] ...
Crumbling Geometry collection do not render for one frame when child clusters crumble. In the repro project a 4 particle GC is told to crumble. The single GeometryCollectionActor is then split into ...
Physics Constraint Component has lost accuracy between Unreal versions 5.2 and 5.4 (and up). When measuring the exact distance between rigid bodies constrained by a Physics Constraint Component, the ...
Geometry Collection (GC) fragments are affecting the Navmesh in wrong positions and the identified cause is wrong indexing. Once a GC breaks, it's fragments, when big enough, are creating islands in ...
Using AI Detour in 4.9.2 works as expected, however, when upgrading a project from 4.9.2 to a newer version, the AI pawns fail to properly navigate around each other when moving to their respective ...
The splash screen on the iPhone 6s is stretched when loading. Tested alongside the iPhone 5s and the Samsung Galaxy Note 2 for comparison. The stretching only occurs on the 6s. iPhone 6s: 6240_iPho ...
When changing a packaged game from Fullscreen to Windowed mode at runtime, the window is placed in the top left corner of the monitor and the title bar disappears. Setting FullscreenMode=2 in the G ...
While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...
When using an InstancedStaticMeshComponent with PerInstanceCustomData, the number of float elements in the "Custom Data" array should always be equal to NumCustomDataFloats multiplied by the number ...