Hear events are never fired while See events are fired. They are mutually exclusive, with See events taking priority if both happen. ...
When editing an actor blueprint that's inside of a hidden streamed level, the blueprint actor transform will reset to 0,0,0. There is a video that's attached to the AnswerHub post which is very use ...
When using external actors, adding/removing/replacing/editing an actor instance inside a level does not cause any modification to the Level package, which helps reduce contention for the map file on ...
Instanced Static Meshes will have incorrect velocity if a Material uses World Position Offset. Fixed WPO in a material causes significant velocity on the ISM. This was also replicated in //UE5/Rele ...
Crash when confirming a directory to import a USD file to via the USD Stage window The repro does not seem to be 100% consistent and it can take a few attempts to hit the crash. The USD Stage wind ...
If a ForEachLoop node is used to cycle through an Array of Structures, using the Array Element output of the Loop node to set the members of the structure does not save the changed values. Workarou ...
Landscape Material renders with missing components when using a 'Landscape Visibility Mask' and deploying to a mobile device. I have found this issue now with an Android and iOS device. I was able ...
This is a common crash affecting users in 4.16 User DescriptionsI imported an FBX and the editor crashed.alembic import from brekelwhats wrong with the ue4 alembic importer? Source Context 120 ...
Licensee reports change of behaviour between UE4 and UE5 when reimporting a mesh after changing its lightmap build settings. Change of behaviour occurred in 17404767, which was to fix a similar pro ...
When adding elements to an array inside a code class, blueprint instances of the class do not have their array updated after a hot reload. ...