Getting a blackboard value as int and then attempting to increment it does not actually increment the value. Upon attempting to increment a value that started at 0, the editor continued to print out ...
Overlapping isn't updated on replicated components after SetWorldTransform. Updating the transform on the Actor itself updates the overlapping as expected. Reproduced in 4.10 and Main (CL# 2798114) ...
Application crashes when deploying a game to iOS with Metal enabled. This has only been reproduced if a sub-level has been added to the starting level within the project. This seems to only happen ...
When a material instance with exposed parameters is applied to a landscape; the parameters set to a new value and then reset to back the default value, the landscape does not respect the new default ...
Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...
When you declare a plugin as "Editor" type, the plugin is still included in a packaged development build. Found in 4.10.3 binary. Reproduced in 4.11 Preview 5, and Main CL 2870013 ...
Consider a C++/BP class containing an EditAnywhere/InstanceEditable variable with type (UDataAsset*), (UPrimaryDataAsset*), or any of their subclasses. When setting this variable using a Property Ed ...
After calling Seamless Travel, actors in the level will not be in their original positions. The example provided by the licensee had a different result: the actors, despite having Start Awake disabl ...
'Directions are not Compatible' error on ForEachLoopWithBreak if split struct pin is disconnected from Enum type. Note: If the pins are reconstructed and the resplit, the error is fixed. ...
Damping is handled differently at lower frame rates. Slight changes in damping at lower FPS (25) drastically effects objects and isn't applied in the same way as at higher FPS (60) User Description ...