Licensee has reported a couple cases of an assert happening stemming from FRecastTileGenerator::AddReferencedObjects in a built game. They are limiting the MaxTileGeneratorTasks to 1. The crash occu ...
When a NavmeshBoundsVolume or NavModifierVolume is parented to another actor in the outliner, navmesh is not updated along the volume when the parent actor is moved. If the volume is deleted and the ...
User Parameters on Niagara actors do not sync in the details panel when animated with Sequencer. Scrubbing in sequencer does not update the details panel. ...
When we record a Take from a level actor, a warning about referencing the same Guid inside LazyObjectPtr.h appears. The functionality of the LevelSequence works as expeced, but when the initial tak ...
1. Download the Licensee repro, compile, and open:https://udn.unrealengine.com/s/contentdocument/069QP00000CdN7WYAV 2. Press the first hatched button on the top bar, next to the Platforms dropdown. ...
Since UE5.5, RegisterComponent has been called during cook process, So unnecessarily references from DMXLibrary to DMXComponent has been added. There is a workaround to avoid adding references : ...
The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...
If a blueprint based on a custom World Settings class is set in the project settings then the editor crashes on open ...