HLOD dialog is reporting a fatal error while trying to build HLODs

UE - World Creation - Worldbuilding Tools - HLOD - May 11, 2022

Does not reproduce in //UE5/Main CL 20075312 HLOD dialog is reporting a fatal error while trying to build HLODs in a level with a particular blueprint the user created. HLODs build with out the blu ...

Root component transform is reset after reparenting an Actor-based BP with a non-native root to a parent with a native root.

UE - Gameplay - Blueprint - May 10, 2022

Two conditions for this bug to appear:The new actor class we are re-parenting to overwrites the root component in C++The map is not loaded while re-parenting No current workaround other than to rep ...

Assertion fails when a struct is opened with a BP class reference stored and with that struct as a variable in the BP class that's referenced.

UE - Gameplay - Blueprint - May 10, 2022

Assertion fails when a struct is opened with a class reference stored and with the struct as a variable in the class that's referenced. A restart is required in order to see this occur. Repro Rate: ...

Palette panel favorites category no longer stores more than 1 favorite at a time

UE - Editor - UI Systems - UMG - May 10, 2022

This is a regression from 4.27.2 CL18319896 The favorites category within the User Widget's palette no longer stores more than 1 favorite at a time. Each time a new favorite is starred it replaces ...

Preview weight on Landscape Layer Sample affects Grass Output on landscape disregarding layer info

UE - LD & Modeling - Terrain - Landscape - May 10, 2022

Preview weight on Landscape Layer Sample affects Grass Output on landscape disregarding layer info Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did NOT occur there ...

USDStage - Issues importing USD prims with single time-sampled attributes

UE - Editor - Content Pipeline - USD - May 10, 2022

There may be an issue with USD prims with time-sampled attributes - or at least an issue of user expectations.    When importing from a USDStageActor into Unreal, via the USDStage GUI, if prims hav ...

Orientation Warp Node Missing from ABP_Manny BP After TPS C++ Project Restart

UE - Anim - Gameplay - May 10, 2022

Occurs 3/3 times. Orientation Warp plugin is missing from ABP_Manny BP in the TPS C++ project after project restart.  Regression does not occur: Animation Warp plugin is not available in //UE4/Rel ...

Ensure condition failed: bPlayingBackwards ? (CurrentPosition <= PreviousPosition) : (CurrentPosition >= PreviousPosition)

UE - Anim - Sequencer - May 10, 2022

The problem is caused by the animation sequence playback position being set out of range from Sequencer. The call stack is :  UE4Editor-AnimGraphRuntime.dll!FAnimSequencerInstanceProxy::UpdateAnim ...

AEditorFunctionalTest doesn't show up on Frontend automatically

UE - World Creation - Worldbuilding Tools - World Partition - May 9, 2022

AEditorFunctionalTest causes assert in WP map

UE - World Creation - Worldbuilding Tools - World Partition - May 9, 2022

"Assertion failed: Pair != nullptr " when trying to create a basic test with AEditorFunctionalTest in a WP map. ...