This issue has been observed in 4.18.3 as well as 4.19. See attached screenshot showing scene from 4.18 on Nvidia, compare to attached GIF showing same scene on AMD card. ...
When packaging a project for Windows, Child Widget Blueprints do not inherit bindings. Tested in 4.20.3 (CL - 4369336), 4.21.1 (CL - 4567586), 4.22 (CL - 4572453) ...
Attempting to debug in VSCode on a Mac using the ProjectName (Debug) (ProjectName) configuration fails due to a missing precompiled file in the binary Engine installation. REGRESSION: No. The same ...
The console commands do not execute from Python if optional PlayerController parameter is not filled. Tested in 4.20.3 (CL- 4369336), 4.21.2 (CL - 4753647), 4.22 (CL - 4902349) ...
A Crash can occur when setting a skeletal mesh's animation instance to None when it has Update Rate Optimizations enabled. An unverified proposed fix for this is to remove the nullptr check when ...
Once a static mesh have generated LODS, the only lightmap index value the static mesh editor's UI accepts is 0. We should be able to set the index to any value between 0 and 3 as long as there are ...
Parameters are misnamed when adding a new parameter to Map Set in a Niagara Module Script Tested: 4.23.1, 4.24.3 , 4.25 preview, 4.26 (main) ...
Stepping in the inner area updates the Control Bus on the Patch, but the Modulation is applied to the Volume destination instead of Pitch. Reproduction rate: 5/5 This also occurs in //UE5/Release- ...
The Transparent materials like the Glass don't behave correctly in Raster (in PT is working as expected). They are visible in Alpha with Holdout. This is an Engine limitation for now. But we sho ...
The Delay node cannot be added to the StandardMacros bp in the Engine folder. However, the Delay node can be added to a new Macro Library bp and any Macro in an actor class blueprint. ...