When editing settings in a blueprint node's details and copying the values of a setting / pasting to the same value of a different node, the value will update after pasting but the checkbox setting ...
Adjusting play speed for animation causes notifies to trigger multiple times. Creates a stuttering effect. ...
Using simple move to location in sublevels causes the blueprint not to respond or function correctly. ...
If the "Any Key" keybinding is used in the Is Input Key Down node, the node will never return true, even if any key is pressed. ...
The pak-blacklist files do not seem to be working fully. While some of the files may be excluded Engine/Content/Slate files are staying behind, which can be seen once you've used UnrealPak ...
A number of places in the code rely on raw UProperty pointers to track properties they care about. This can present issues when BPs inherit from other BPs, because the parent's class may be Purged / ...
When trying to add an entry to a TMap in a nested struct that is an element of an array the engine crashes. This doesn't happen if it is not an array of the nested struct. Attached are .h and .cpp ...
When altering "Coordinate Light Map Index" in a static mesh when "Generate Lightmap UVs" is enabled in LOD 0 the engine will crash or "Coordinate Light Map Index" will be set to 0. A demonstration ...
Particle data will not be exported unless it is in the final simulation stage. ...