Game feature plugins do not unregister absolute scan paths on removal

UE - Gameplay - Mar 16, 2023

The GameFeatureData asset used by the game features subsystem supports defining extra paths to scan for asset manager assets specific to that plugin. Originally this system only supported relative p ...

AStaticMeshActor::CheckForErrors doesn't detect overlapping actors in some circumstances

UE - Simulation - Physics - Mar 14, 2023

Licensee reports that overlapping actors not detected when the static mesh pivot doesn't coincide with actual geometry, e.g. between a character's legs. Maybe should do a bounding box check instead ...

AssetManager: PrimaryAssets: Allow PrimaryAssetTypesToScan entries to be extended from plugins to add directories

UE - Foundation - Core - Cooker - Feb 23, 2023

Game.ini:[/Script/Engine/AssetManagerSettings]:PrimaryAssetTypes is an ini setting to specify which PrimaryAssets should be used by the engine during cook to specify which packages gets cooked and w ...

Overriding Component class does not work properly in grandchild class BP

UE - Gameplay - Blueprint - Feb 22, 2023

If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...

ARecastNavMesh.bPerformVoxelFiltering doesn't seem to be working

UE - AI - Navigation - Feb 21, 2023

ARecastNavMesh.bPerformVoxelFiltering doesn't seem to be working anymore. ...

Blueprint Nodes no longer Grid Snap to straight lines

UE - Editor - Feb 13, 2023

5.0:[Link Removed] 5.3:[Link Removed] Attached is a video of the two screenshots overlaid and lined up by their top edges. It appears that the Begin Play node (and others?) have more padding now, w ...

LOD streaming requests for distance fields are overridden with additional scene captures.

UE - Graphics Features - Feb 12, 2023

The distance field scene is shared between scene renders in a given frame. However, LOD requests are not tracked over the entire frame, but per scene render (e.g. camera or scene capture). Thus, if ...

LogUMG: Error: The requested size for SRetainerWidget is 0. W:739 H:0 when opening or updating a curve using the StackedCurve view

UE - Anim - Sequencer - Feb 6, 2023

The following error is generated in the Output log whenever a Wave Table is opened or any of the graphs are modified. It also occurs when adding an Input to a Sound Modulation Parameter patch or add ...

Feature Request: Make WASD movement cancel out movement when you press keys in opposite directions

UE - Gameplay - Input - Feb 3, 2023

slack discussion: [Link Removed] ...