Sessions Frontend crash when launching the "renderer" automation section without ray tracing enabled

UE - Graphics Features - Jul 7, 2022

Looks like we only need a way to disable the usage of these tests from running if ray tracing is disabled as they are ray tracing only tests. ...

bIgnoreAllPressedKeysUntilReleaseOnRebuild ignores digital keys that are part of analog actions

UE - Gameplay - LWC - Jul 7, 2022

UDN post raising this. We ignore digital inputs only, but do so by querying Key.IsDigital(). This causes issues if the key is mapped to an analog action (i.e. it's emulating an axis). Proposed solu ...

UMGs are rendered over the viewport's icons on UE5 editor

UE - Editor - UI Systems - Jul 6, 2022

UMGs are rendered over the viewport's icons on UE5 and the icons cannot be visible and selected even if you detaches from the player controller.[Link Removed][Link Removed][Link Removed] I confirm ...

World Partition Converter- Soft object pointers to actors kept in scripted sublevels are incorrectly remapped to the main world during in place conversion

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2022

From user:"We have ran into an issue with soft object pointer fixup/remapping with the World Partition converter. If you have a sublevel that contains a level script and an actor that is hard refer ...

When another AnimMontage is playing while an AnimMontage is playing, AnimNotify be called twice.

UE - Anim - Runtime - Jul 1, 2022

When AnimNotify is set to AnimMontage, these Notify events may be output twice. It can see it if you let another Montage play while the first one is playing. If you stop the first Montage, it will a ...

ModularGameplay and other runtime plugins have wrong LoadingPhase

UE - Gameplay - Jun 30, 2022

Plugins that provide blueprint-accessible libraries generally need to be set the PreDefault LoadingPhase so they can be properly loaded before game-specific data that loads early in the Default load ...

Ensure occurs when RBAN simulated rigid body approaches UseComplexAsSimple mesh

UE - Simulation - Physics - Character - Jun 30, 2022

When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...

Runtime-generated components stored in the VisibleAnywhere array are not displayed in the detail panel

UE - Gameplay - Components - Jun 30, 2022

Runtime-generated components stored in ObjectPtr with VisibleAnywhere are displayed in the details panel, but not for arrays. Applying the following workaround, components can be visible even in ar ...

When 1 AnimSequence asset is used for multiple SeuqnecePlayer, the override by AnimGraphOverrides affects other than the specified SequencePlayer.

UE - Anim - Runtime - Anim Blueprints - Jun 30, 2022

If you use the same AnimSequence in multiple SequencePlayers in Base AnimBP and replace asset of one of SequencePlayers by AssetOverride in Child AnimBP, the result will be reflected in the other Se ...