Linked Anim Graph in Post Process Anim BP does NOT work after remove ControlRig Track

UE - Anim - Rigging - Control Rig - Oct 11, 2022

After remove control rig track from the skeletal mesh, Linked Anim Graph in Post Process Anim BP of the SK Mesh does NOT work. This issue can be fixed by the following code.// add #include "Anima ...

Movement corrections occurring while standing still on rotating platforms

UE - Gameplay - Player Movement - Oct 5, 2022

When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...

Creating a new C++ class derived from Instance Foliage Actor fails to link

UE - Foundation - Cpp Tools - Live Coding - Oct 5, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL 18319896 Creating a new C++ class derived from Instance Foliage Actor fails to compile. User reported this issue after they tried to includ ...

CameraShake track in Camera Animation Sequence not playing on PIE

UE - Anim - Sequencer - Oct 5, 2022

CameraShake works fine in Camera Animation Sequence's Cine Camera Actor Preview. But not played on Play in Editor mode. ...

Rename BP in Content Browser causes actor to not load in WP map

UE - World Creation - Worldbuilding Tools - World Partition - Sep 28, 2022

When trying to load the actor, the warning "Can't load actor guid from package" will show. In FWorldPartitionActorDesc::Load, it's unable to find the object: Package = LoadPackage(Package, *Ac ...

Invalid Subsurface Scattering Color when using Per Pixel Shading Model and non-default material layers

UE - Graphics Features - Sep 27, 2022

It appears as though when adding material layers to a material instance that uses the FromExpression shading model, the subsurface color ends up white. If you add a DebugFloat3Values and output it t ...

Returning the value of a Transform as a String has a missing colon after Scale

UE - Gameplay - Sep 26, 2022

This is NOT a regression. Tested In //UE4/Release-4.27 at CL18319896 Printing an actor's transform as a string returns transform and rotation with a colon, but returns scale without. ...

[CrashReport] UnrealEditor-AppFramework!SColorPicker::HandleParentWindowClosed(TSharedRef<SWindow,1> const &) [SColorPicker.cpp:1530]

UE - Editor - UI Systems - Sep 26, 2022

Generated from CrashReporter This is NOT a regression. Tested in //UE4/Release-4.27 at CL18319896 Tested in //UE5/Main at CL 22175708 - Issue did not occur ...

[AI] Using a Reference Value for scoring in an EQS test produces the opposite effect of its tooltip.

UE - AI - EQS - Sep 23, 2022

An EQS Query scores the tests using reference values opposite of how the comments and tooltips describe. It will score items closest to the referenced value lower than those further away, but the ex ...

[AI] Navmesh does not generate correctly on a plane that has a slope of 45 degrees or more.

UE - AI - Navigation - Sep 23, 2022

Navmesh generation appears to have issues handling terrain and planes that are at 45 degree or steeper angles even if the agent max slope is set to allow for such movement. While the issue occurs at ...