Objects animated in Sequencer fail to trigger collisions against stationary characters with character movement components

UE - Gameplay - Player Movement - Oct 22, 2024

When an object, such as a cube, is animated in sequencer and that object's path intersects a stationary character with a character movement component, the object will pass through the character with ...

Blueprints breakpoints in a For-Loop stops execution only once when the blueprint asset is from a project template

UE - Gameplay - Blueprint Runtime - Oct 18, 2024

This issue occurs when placing a breakpoint inside a loop in a blueprint's Event Graph or Function Graph. The breakpoint is only triggered once, even though the loop should continue executing. When ...

GTAO console command minor issues

UE - Graphics Features - Oct 18, 2024

The following ambient occlusion console commands have issues: r.AmbientOcclusion.Compute ? The help text state it only works console but it also works on PC and likely other platforms. r.GTAO.Use ...

Scrolling through the ListView inadvertently displays duplicate elements

UE - Editor - UI Systems - UMG - Oct 17, 2024

When a ComboBox is set as elements in a ListView, it can see that the option is set to the wrong element when selecting the ComboBox.  ...

Ghosting effect of fast moving objects in Lumen

UE - Graphics Features - Lumen - Oct 15, 2024

Incorrect display of NavLinks when bFailedNavLinks is enabled

UE - AI - Navigation - Oct 10, 2024

When bFailedNavLinkNavLink is enabled in RecastNavmesh, some NavLink points are debugged and others are not depending on the position of the NavLink point. In the sample project, enable bFailedNavL ...

Editor Utility Widgets: Asset creating nodes' output pins in uber graphs cause asset deletion warning

UE - Gameplay - Blueprint Runtime - Oct 8, 2024

Editor Utility Widgets (EUW) can be used to script editor behavior. One use case is the automation of asset creation. A licensee has reported that when an EUW is used to create an asset, for as lon ...

Play options menu vanishes sometimes

UE - Editor - Workflow Systems - Oct 8, 2024

There seems to be something wrong with how we close menus and submenus as submenus are opened and closed based on mouse interaction. In particular, we seem to sometimes close the whole menu hierarch ...

Placed AnimGetter nodes don't update their name even though their reference is renamed

UE - Anim - Runtime - Anim Blueprints - Oct 3, 2024

Some animation node such as State Weight and Get Relevant Anim Time Remaining contains state name within in parentheses. But already-placed node does not update their name even thought the reference ...

Pressed event triggered after calling FlushPressedKeys while holding the button

UE - Gameplay - Input - Oct 2, 2024

This is an issue related to the behavior of the FlushPressedKeys function when called manually while a button is held. Once the function is called in C++, a Pressed event gets triggered even though ...