Gameplay Tags set as Default in Local Variables do not show as references in Reference Viewer

UE - Gameplay - Oct 30, 2023

Normal variables with gameplay tag defaults will show up in the reference viewer.Other reference types used as a local variable default value will show up in the reference viewer correctly. ...

Map Check error when parenting an actor to a child actor in Scene Outliner

UE - World Creation - Worldbuilding Tools - World Partition - Oct 26, 2023

Map Check will generate an error when an actor is attached to a child actor in the Scene Outliner. At runtime, the attachment seems to work as intended so it's only a Map Check issue. The error read ...

Audio Does Not Play Back Correctly when entering an Audio Volume with a Submix Send that is PreAttenuation with a Submix using Convolution Reverb

UE - Audio - Oct 24, 2023

Entering an Audio Volume that has a Submix Send set to Pre Distance Attenuation and using a Convolution Reverb causes severe audio glitching. Does not occur if Send is Post Distance Attenuation. Doe ...

Renaming a level by WorldPartitionRenameDuplicateBuilder fails if the level contains GroupActor with non-spatial actors

UE - World Creation - Worldbuilding Tools - World Partition - Oct 24, 2023

Referece to the source level should be fixed by FReplaceObjectRefsArchive, but it is not working because ArIsModifyingWeakAndStrongReferences is not set. It can be fixed by setting the flag.class FR ...

Collision build of LiDAR point cloud assets at runtime does not apply

UE - Editor - Content Pipeline - Datasmith - Oct 24, 2023

Collision build at runtime for LiDAR point cloud does not apply. This applies to Editor and Standalone. If you do not allow collision builds at runtime, this module should not be available at runtim ...

Non-existing config file loading could cause memory leak

UE - Foundation - Core - Oct 19, 2023

The cause of this problem is the Engine has code paths which register a new allocated object to Map without deleting the previous object. In the repro project, whenever hitting Space Bar, the level ...

PIE crash on infinite loop in a BP construction script

UE - Gameplay - Blueprint Runtime - Oct 19, 2023

From the [Link Removed]: We had an issue where PIE was being stopped due to an "infinite loop" being detected in one of the blueprints construction script. This was also crashing the editor as the ...

A disabled Niagara component is respawned unexpectedly by scalability system in some edge cases

UE - Niagara - Scalability - Oct 17, 2023

Even after manually Deactivating a Niagara component, this Niagara component may be revived under certain conditions. This issue occurs when the following conditions are met before the Deactivated N ...

Unable to affect setting cubemap blend in skyLight and reflections on transluscent materials

UE - Rendering Architecture - Oct 17, 2023

Attempting to blend SkyLight Cubemaps via the SetCubemapBlend function to blend between different Cubemaps to make the changes seamless is not reflected. As a workaround, in LumenTracingCommon.ush, ...

Using the end of the curve as a weighted tangent does not yield the expected value.

UE - Anim - Runtime - Oct 16, 2023

When changing the tangent value, the last value is sometimes not 1.0 [Reproduce sample project] [Link Removed] ...