GetMouseX returns stuttering value if ShowMouseCursor is enabled

UE - Gameplay - Input - May 11, 2022

Showing the mouse cursor and holding down the left mouse button while dragging will cause the MouseX event to broadcast incorrect axis values.  ...

Some parameters tooltip descriptions are missing

UE - Rendering Architecture - Materials - Oct 13, 2022

The user is shown an "default" tool tip message when hovering the mouse over material parameters. ...

Components copy/pasted from an actor instance's SCS can't be deleted from a Blueprint

UE - Gameplay - Blueprint Editor - Jan 31, 2023

SCS added components pasted from an actor instance in the level editor cannot be deleted from the target Blueprint because the component template has the RF_ArchetypeObject flag. ...

Translucent mesh dissapears when using masked shadows

UE - Graphics Features - Shadows - Jun 7, 2023

This bug appears to be related to pass filtering. To observe correct behavior. In Project Settings->Rendering->Optimizations, set “Early Z-pass” to “Decide Automatically”, and disable “Mask materia ...

Transient Subclasses of ABrush default to supporting external packaging

UE - World Creation - Worldbuilding Tools - OFPA - Aug 29, 2023

ABrush::SupportsExternalPackaging overrides the base implementation of  AActor::SupportsExternalPackaging which returns false for transient actors, but it doesn't call super. As a result, transient ...

UPlacementSubsystem can return unintended factories from FindAssetFactoryFromAssetData

UE - Editor - Workflow Systems - Oct 13, 2023

Factories registered to the PlacementSubsystem using  UPlacementSubsystem::RegisterAssetFactory will always be added to the end of the AssetFactories array. Which means if there are any existing reg ...

Contact shadow has box artifacts with backlighting for two sided Subsurface shading model

UE - Graphics Features - Shadows - Nov 14, 2023

See slack channel: [Link Removed] ...