Invalid PropertyConnectedMask in layered material instance when base material doesn't use material attributes

UE - Rendering Architecture - Materials - Nov 20, 2024

When UMaterialInstanceConstant::UpdateCachedData() updates CachedExpressionData.PropertyConnectedMask for material instances with layers incorrectly, it can lead to various graphical issues includin ...

Motion Warping component disappears on Editor restart or when swapping engine versions.

UE - Anim - Gameplay - Nov 19, 2024

Motion Warping component is disappearing on Editor restart or when swapping engine versions. When this occurs, the BP has the following Compiler Results messages: Component class is not set for'Mot ...

Gameplay Tags with the string "None" as any of its hierarchical node identifiers behave incorrectly (because of an incomplete generated FGameplayTagContainer::ParentTags array)

UE - Gameplay - Nov 19, 2024

Currently, using the string "None" as a hierarchical node identifier inside a Gameplay Tag (for example "A.B.C.None.D.E.F") is not disallowed by the engine, but results in some incorrect behaviors. ...

TranslucentVolumeAmbient is darkened in InjectTranslucencyLightingVolume pass when using VSMs with r.Shadow.Virtual.ForceOnlyVirtualShadowMaps is Off

UE - Graphics Features - Shadows - Nov 18, 2024

CSM targets are still created and affect the InjectTranslucencyLightingVolume pass when moving in a project that only uses VSM causing over brightening of fog planes and other translucent meshes. r ...

Focus mode in the Editor does not handle Actors without PrimitiveComponent correctly, treating them as if they were at the origin (0,0,0), skewing the camera placement.

UE - World Creation - Worldbuilding Tools - Nov 18, 2024

Focus mode in the Editor does not handle Actors without PrimitiveComponent correctly, treating them as if they were at the origin (0,0,0), skewing the camera placement. Some Actors like the WorldDat ...

Incorrect config property serialization for UStructs used as TMap keys or contained in a TSet with a single value. Diffs taken from default-value of each member type, instead of from default-value of the struct

UE - Foundation - Core - Nov 18, 2024

Consider a UStruct with some basic type members, each one with a default value specified in the struct. Also consider a TSet or TMap with that struct as keys, used inside a UObject as a UProperty an ...

Translucent light grid injection behavior

UE - Graphics Features - Nov 15, 2024

Light injection into the Translucent Light Grid voxels does not use the correct location for clipping or attenuation. Both of these points are outside the voxel that is being updated. Light attenua ...

Crash in FNiagaraGPUInstanceCountManager::AddDrawIndirect when Android Vulkan Mobile preview platform is enabled

UE - Niagara - Nov 14, 2024

In the Android Vulkan Mobile preview mode, when multiple GPU niagara systems are visible and the user moves the camera around the level it can cause a crash, potentially caused by a race condition o ...

'prefix parameter names' checkbox in a material function's settings does nothing.

UE - Rendering Architecture - Materials - Nov 14, 2024

Prefix Parameter Names checkbox does not work as expected, and the Group names are unmodified. The value "UMaterialFunction::bPrefixParameterNames" does not appear to be used anywhere in the Engine ...

Direct Link is not finding source - macOS Sequoia

UE - Editor - Content Pipeline - Datasmith - Exporters - Nov 14, 2024

Direct link with macOS Sequoia seems to be broken as Twinmotion cannot detect the Direct Link source, it seems the data is properly written in the cache directory. ...