in UE 5.0.2 open TestActor Blueprint compile correct. but in UE 5.1 Blueprint Compile not correct ...
When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...
When in Content Examples' Animation map, the clothes of Owen on sample 1.3 can be seen jumping upward not in sync with any movement. ...
This only happens on a 5700XT, tested this on the 7900XT and the issue did not occur Initially reported on the Preview 1 forums: https://forums.unrealengine.com/t/unreal-engine-5-4-preview/1763516 ...
When using the increment/ Decrement macros they are off by one. When using the ++ macro the return value is one higher than the actual variable and 1 lower when using the – macro. ...
Reproducible with cascaded and virtual shadow maps. Seems to be a regression from 2024.1.2. All TM 2025.x version have this issue. [Image Removed] ...
The child of an animation blueprint is not properly recompiled when the it's parent is compiled. Found in 4.24.1 CL#10757647 ...
A number of "stat commands" such as "stat memory" or "stat collision" are working when used but display the message "Command not recognized: stat memory" when entered. ...
Depth Fade and Fresnel inputs in a Particle's Material will result in the particle not rendering unless Mobile HDR is checked true on an iOS device. Also Reproduced in Main Promotable-CL-2535351 S ...
In the Cloth level in Content Examples, the cloth meshes at display 1.6 (Self Collision) are spinning and are being lifted into the air. This isn't consistent with the same assets in //UE4/Main. ...