UHapticFeedbackEffect_SoundWave Initialize does not populate Raw Data in the HapticsBuffer

UE - Platform - XR - Jul 19, 2024

From the UDN:  >  Open HapticsFeedbackEffect.cpp and naivgate ~ line 150; note HapticBuffer has length populated but never write the actual buffer data. LikeReplySelect as Best Seems like a simple f ...

Objects that return false for NeedsLoadForClient not loaded on listen servers

UE - Networking - Jul 19, 2024

For instances that are not a dedicated client or dedicated server (e.g. packaged games with TargetType "Game"), GIsClient will be true, but GIsServer will be false. This leads to objects that retur ...

FNetGUIDCache warning when attaching non-replicated component to a replicated scene component

UE - Networking - Jul 18, 2024

When the replicated scene component's AttachChildren array is replicated, the package map attempts to serialize the non-replicated component, causing the warning that the object is not supported. ...

Scalebox scaling won't update if child size changes with global invalidation enabled

UE - Editor - UI Systems - Slate - Jul 17, 2024

When global invalidation is enabled, Scale Boxes don't react properly to changes in the size of their contents. Licensees have worked around this by updating SScaleBox::OnArrangeChildren:// This sca ...

RunAssetExportTask do not pass the automated property to the exporter

UE - Editor - Content Pipeline - Import and Export - Jul 17, 2024

Compilation errors with UE_NET_ENABLE_REPLICATIONREADER_LOG enabled

UE - Networking - Iris - Jul 15, 2024

Enabling UE_NET_ENABLE_REPLICATIONREADER_LOG results in the following errors: {{4>[1/5] Compile [x64] ReplicationReader.cpp 4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Ir ...

Using Custom Primitive Data as Final Colour in a UI Material crashes the engine with a missing uniform buffer

UE - Rendering Architecture - Materials - Jul 3, 2024

Using custom primitive data as an input in a UI material causes the engine to crash in the RHI thread. The exact crash is "Missing uniform buffer at slot 1, stage SF_Pixel." at Engine\Source\Runtime ...

Imposter renders incorrectly in PCG volume after updating to 5.4

UE - World Creation - Procedural Tools - PCG Component - Jun 27, 2024

The last level of impostors in PCG volumes render incorrectly after updating from 5.3 to 5.4. ...

Reliable subobject creation bunch may overwrite previously received property on the actor

UE - Networking - Jun 21, 2024

This seems to occur because of how reliability and the retransmission of dropped data is handled in the engine. If a reliable bunch is dropped, the entire bunch will be resent, but any unreliable bu ...

Join in progress clients won't receive that a net startup actor is hidden

UE - Networking - Jun 21, 2024

This seems to be because IsNetRelevantFor checks if the actor is hidden, resulting in a hidden actor not being considered relevant to clients. However, if it is a net startup actor, this will result ...