When we create curves on additive animations, we are creating a curve based on whether the curve exists in either the base or additive pose. This wouldn't be the expected behaviour for a user when ...
We should disable this block of code by default, with a config/console var to enable it: // Transform to Component Space const FTransform RootToComponent = RootTransformRefPose.Inverse(); StartTran ...
There is no particular error. Developer can ignore it. ...
When BlendRootMotionBasedOnRootBone is false, the LayeredBlendPerBone is aggregating root motion of the child poses ontop of the base pose root motion. (ie. if the first child pose's blend weight i ...
When BlendRootMotionBasedOnRootBone is true, the code in FAnimNode_LayeredBoneBlend::Update_AnyThread that calculates the root motion weightings for the sources doesn't appear to account for the po ...
In my example picture I have "Grass" set as the target attribute area but the debug cubes are appearing on the dirt and snow as well. This only happens when the landscape subsections are set to 2x ...
Reflection environement looks to be suffering tile classification artifacts ...
This is not a regression as in 5.1.1 the meshes will load and unload in their proper cell squares when entering and exiting the load distance threshold ...
This is not a regression tested in //UE5/Release-5.1 CL23901901 When Favoriting a Component from the Palette panel of a Widget the Favorites category appears then disappears. For the brief moment i ...
Attached actors do not return to LevelInstance space at the end of LevelInstance editing, and bounds contains level instance offset location. This results in huge bounds. My workaround is: void FL ...