From Licensee: We discovered a pretty big performance hit in editor when loading level instances for a world partition map, specifically: EditorActorFolders.cpp:FActorFolders::OnAllLevelsChanged() ...
There are also some other issues with the filter. Enabling "Show redirectors" does not update in real time, you have to exit and re-enter the folder. ...
From licensee: Water Body Custom Actors generate this warning during Map Check: WaterBodyCustom_UAID_507C6F36B9215C5B02_1871778061 Static mesh actor has NULL StaticMesh property. To reproduce, si ...
From the body of the ticket: We aim to do as much of the work off the game thread as possible to avoid impacting frame rate. We've recently found a crash during collection of the geometry slices fr ...
This looks to be because the debug drawing uses FQuat:Identity for the capsules, rather than the character's orientation. ...
Lumen HWRT, combined with Niagara Mesh Renderer, can cause the Lumen Scene to be reset, resulting in a sudden change to indirect lighting. ...
Using Build Paths does not create a navmesh that also includes any Actors or Objects that are unloaded and spatially loaded. The navigation system appears to load the world within the navigable boun ...
Enabling bUpdateComponentTransformToRootBone in a GeometryCollectionComponent causes broken particles to appear in the wrong location. When that flag is true, the moment the GeometryCollection (GC) ...
Editor mode keyboard shortcuts active when in Play In Editor. This behavior is a departure from previous versions. It was described by the licensee as confusing and it clashes with gameplay assigne ...
The refactor at CL 39638561 moved some classes, such as SteamNetDriver and SteamNetConnection, from the "OnlineSubsystemSteam" module to the new "SocketSubsystemSteamIP" module. There are still a f ...