When a Level Sequence’s Camera Cut track with When Finished = Keep State is played, the “original state” is persisted into the PreAnimatedStorage array inside FPreAnimatedCameraCutStorage. From the ...
The setting for Replication on a Blueprint variable resets to None of the Blueprint's parent BP is compiled. ...
When a UPROPERTY() macro is changed and the recompiled, the hot reload in the editor will cause any BP based on the class to lose certain aspects of the Detail panel such as the actor's transform. ...
Static meshes lose their static mesh reference when alt-dragged in viewport. This only occurs if the mesh is located in a filepath containing square brackets ( [] ) within the filepath name. Additio ...
Changing between multiple Streams that are contained within an array does not work. ...
Creating a material with World Position Offset and enabling "Bake Material Position Offset Into Collision" causes the landscape to have no collision. Disabling this feature causes collision to come ...
If a level has UMG widgets, swapping to other levels (including the level you're already on) doesn't clear away the UMG widgets. ...
Construction Script fires multiple times when the Const Script is compiled. If the character is moved on the grid in the level, it will only fire once. It only seems to be an issue on bp compile. ...
Calling a macro that has a delay node again before the original call's delay could finish will cause the second call to be ignored when reaching the delay node. This did not occur in 4.12.5 and is n ...