Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Not a Regression. ...
Licensee:Artist reported removed actors reappearing I suspect that file got loaded by something and tested what going to happen if you open a file for read I used python to test lock_file = R'C ...
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 ...
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 a licensee UDN: [Link Removed] I've reviewed the javascript/native bridge code and I don't see anything obvious. The fact that it can happen on both mobile platforms might point at some hi ...
BTTask_MoveTo and EnvQueryTest_Pathfinding don't use the same pattern to obtain the NavigationFilter to be used if the filter is not set. The BTTask_MoveTo uses the controllers GetDefaultNavigationF ...
[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 ...
FLineBatcherSceneProxy doesn't implement the custom depth in its GetViewRelevance function. Something like Result.bRenderCustomDepth = ShouldRenderCustomDepth(); is missing in that function. ...