Rigidbody world space simulation overwrites scaling of the skeletal mesh

UE - Simulation - Physics - Character - Nov 14, 2022

Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Not a Regression. ...

If something is blocking the One File Per Actor file, you can delete the actor inside Unreal, but the file won't be deleted and will reappear after the map is reloaded.

UE - World Creation - Worldbuilding Tools - OFPA - Nov 14, 2022

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 ...

SetOneWayInteraction functionality has no effect on the simulation

UE - Simulation - Physics - Nov 11, 2022

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 ...

FMath::Eval ignores groupings while solving

UE - Foundation - Nov 8, 2022

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 ...

Callback ID lost while using the webview

UE - Platform - Apple - Nov 8, 2022

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 ...

[AI] Investigate checking if Owner is an AIController in EnvQueryTest_Pathfinding to get default NavQueryFilter

UE - AI - EQS - Nov 7, 2022

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 ...

Nanite Meshes appear to glow with Skylight stationary mobility

UE - Graphics Features - Lumen - Oct 31, 2022

[Image Removed][Image Removed] ...

Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function

UE - Gameplay - Blueprint - Oct 26, 2022

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 ...

Crash when changing an actor's variable type from vector to transform

UE - Gameplay - LWC - Oct 25, 2022

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 ...

Implement Custom Depth writes for ULineBatchComponent

UE - Graphics Features - Oct 24, 2022

FLineBatcherSceneProxy doesn't implement the custom depth in its GetViewRelevance function.  Something like Result.bRenderCustomDepth = ShouldRenderCustomDepth(); is missing in that function. ...