[Audio Gameplay Volumes] - Updating components that effect audio when the listener is inside a Volume do not work when the listener spawns inside the volume

Audio-Gameplay-Engineering - Jun 6, 2023

Found while writing EngineTests for [Link Removed]. Appears to work the other way around (using Exterior volume and having the sound inside and the listener outside to start). This also occurs wh ...

Check in SetNetPushIdDynamic fails when deriving object from class with no replicated properties

UE - Networking - Jun 5, 2023

UHT will only emit the REPLICATED_BASE_CLASS macro and set the NeedsPushModelHeaders flag when the class has replicated properties. If a base class doesn't have any replicated properties, it will le ...

Windows SDKs not recognized for HoloLens Development

UE - Platform - XR - Jun 5, 2023

This is a regression as the issue does not occur in //UE5/Release-5.1 @ CL 23901901 ...

Material Function Instances do not show up in the Material Function Call node

UE - Rendering Architecture - Materials - Jun 5, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL23901901. The Material Function Instance can be dragged and dropped into the Material Function Call. ...

Long thin spinning objects take too long to stop spinning

UE - Simulation - Physics - Solver - Jun 5, 2023

See the SpinningObjectStability test map in the Physics Sandbox. [Link Removed] It's not clear if this is a bug or a side effect of some of our solver shortcuts (e.g., omission of the precession te ...

Objects without custom delta properties can return false for CanSkipUpdate with net.PushModelSkipUndirtiedReplication enabled

UE - Networking - Jun 5, 2023

This seems to occur after receiving a Nak for certain actors. FObjectReplicator::ReceivedNak will decrement SendingRepState.CustomDeltaChangeIndex even if the object has no custom delta properties. ...

Converting a light to Spawnable removes it from Light Mixer

UE - Anim - Sequencer - Jun 5, 2023

This is a regression as the issue does not occur in //UE5/Release-5.1 @ CL 23901901 ...

Dormancy validation log warnings when COND_Never property changes

UE - Networking - Jun 2, 2023

FRepLayout::DiffProperties doesn't check if the property's conditions is COND_Never or if the Parent Cmd's flags have the ERepParentFlags::IsLifetime flag (which FRepLayout::InitFromClass doesn't se ...

Niagara Skeletal Mesh DI Component Tag filter doesn't copy over when copying DI

UE - Niagara - Jun 1, 2023

UNiagaraDataInterfaceSkeletalMesh::CopyToInternal and UNiagaraDataInterfaceSkeletalMesh::Equals do not account for the component tags, so the tags array will be empty when the DI is copied. ...