[AI] AgentToNavDataMap still contains entries when cleaning up navigation system

UE - AI - Navigation - Jun 10, 2024

The navigation system has errors in the log for agents still being mapped to navigation data in CleanUp. This appears to stem from agent step height being recalculated in ARecastNavMesh::SetConfig i ...

Get Velocity nodes with a specified bone return incorrect values

UE - Simulation - Physics - Jun 10, 2024

Please note that a similar issue exists [Link Removed], however it is not the same, as this issue requires a bone to be specified in the node to occur. Leaving the Bone Name field as None or Root pr ...

InlineEditConditionToggle behavior present for UProperties even when InlineEditConditionToggle property specifier is not used

UE - Editor - Workflow Systems - Jun 6, 2024

Reported by customer: It seems like in some cases, even when the InlineEditConditionToggle property specifier is not used, the behavior it enables is turned on anyway. It's possible to disable it w ...

UEnhancedInputUserSettings::LoadOrCreateSettings does not handle the changing of a settings class in the editor

UE - Gameplay - Input - Jun 3, 2024

proposed fix seems ok to me:  UEnhancedInputUserSettings* UEnhancedInputUserSettings::LoadOrCreateSettings(ULocalPlayer* LocalPlayer) { UEnhancedInputUserSettings* Settings = nullptr; ...

Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Nested level visibility track bug

UE - Anim - Sequencer - May 31, 2024

The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...

Memory stomp in UTexture2DArray::SetPlatformData

UE - Texture - May 30, 2024

A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...

Generated world partition maps cause AssetManager warnings

UE - Foundation - Core - Cooker - May 29, 2024

When cooking world partition maps, it automatically writes out several maps in a "Generated" folder below the location of the map in the editor. In the repro above, this will create maps such as /Ga ...