The splines do not deform the landscape when the path is made with a straight spline. When you move a spline point to bend the road it will deform the landscape, but the deformation accuracy seems t ...
The UMG editor will compile as if the blueprints is valid if you make "Get Text" node from a TextBlock variable, delete it and create a EditableText variable with the same name. When running a scene ...
When a widget that has a retainer box is behind another widget that doesn't have one it will call it's onclick instead of the one in front of it in the UMG when clicked (see attached gif). This beh ...
The Meta Allowed Classes specifier doesn't allow the user to assign anything of the second type. Found in 4.24.1 CL#10757647 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#10868506 ...
When setting bUseChecksInShipping to true in the PRojec's Target.cs file, the project will package successfully for Shipping but trigger an assert when it is launched. The error is also present when ...
Projects crash when the following Project Settings are set: • Vulkan is enabled • Vulkan is the Default RHI • Forward Shading is enabled • AntiAliasing Method is set to MSAA The different engine ve ...
A licensee has brought up some inaccuracies in the reading of curve data from FBX files: #1, Remove calls to SetKeyInterpMode, SetKeyTangentMode, SetKeyTangentWeightMode, and change them to NewKey. ...
Cloth mesh reverts back to original painted mesh after editing Tested: 4.23.1 CL#9631420 4.25 CL#10730208 ...
The new 'UncookedOnly' module type that was added in 4.24 is not visible to Blueprint nativization, and thus it does not know to exclude these module types from the generated Build.cs file when they ...
A replicated actor placed in a map with a negative scale value becomes inverted when scrubbing a replay. ...