Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...
Looking at the T3D snippet of the get variable node, the VariableReference points to the local variable of the original function instead of the new one. ...
Texture2DArray asset thumbnails are not reflected when the source file texture is changed. Once a Texture2DArray asset is opened and loaded, the thumbnail will follow any subsequent source file upda ...
This is not a regression. Tested in //UE5/Release-5.0 CL20979098 FMath::Eval ignores groupings while solving problems. This has caused some confusion with users who are expecting the groupings to b ...
This is not a regression this has existed since as early as 2015(seen screenshot: [Link Removed]). Tested in //UE4/Release-4.27 CL18319896, and //UE5/Release-5.0 CL20979098 As user reported the == ...
[Image Removed][Image Removed] ...
This is not a regression tested in //UE5/Release-5.0 CL22491701 Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function ...
It looks like this is some fallout from CL 19405683. If we change a variable from vector to transform, it'll pass this check:if(Tag.StructName == NAME_Transform) { Struct->SerializeTaggedProp ...
A UDN reported various crashes at exit in the embedded Python library. I was able to repro the issue in Release-5.1 and trace it back at the point where python runs its garbage collection in Py_Fina ...