Using the Python function unreal.SystemLibrary.set_bool_property_by_name() to change the default variable values of a child Blueprint do not work as intended. Tested in 4.20.3 (CL - 4369336), 4.21. ...
The input paramter is a type of UEdGraphPin. The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...
When an LOD get materials reduced to one with Bake Materials, it doesn't delete the extra slots on the LOD. So if starting with 10 slots on the skelmesh, then baking, slot 1 gets the newly baked mat ...
An array of a structure that has been modified without the array's blueprint being complied results in the values of the array element being reset. Compiling each blueprint that has the array of str ...
Seems to be somehow related to components being instanced in the Construction Script according to a spline. The transforms are slightly off by more than 1.e-2f. They are reconstructed on load with a ...
Repro Rate: 3/3 This issue was reproduced in //UE5/Release-5.1 at CL 23058290. This is confirmed to not be a regression since the error also occurs on the previous live version. This is regression ...
A dark square appears in the direction of a spotlight on hair when the spotlight has no shadow. [Image Removed] In UE 5.4 the dark square is visible when the spotlight has no shadow, and a light s ...
The problem here isn't obvious: the native enum, EAnotherEnum, is missing the Flags flag for the UEnum. As a result, K2Node_GetEnumeratorNameAsString returns the max enum when it gets a combined fla ...
Additive animations that use a frame from their own sequence as a base pose are initially broken when retargeted. Users have to refresh the properties that select the base pose in order to fix the ...
Crash on switching to landscape/paint tab when using a landscape material that has a material function hooked onto the WorldPositionOffset. Working as expected in 4.21 CL# 4753647 Found in 4.22 CL ...