StaticMesh reimport: socket List not refresh if the count is the same

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

Interchange Scene: actor creation is not optimize

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

UInterchangeGenericLevelPipeline::ExecuteSceneNodePreImport is iterating all nodes for every actors it create. We need to cache the result. ...

Spawnable Post Process Volume does not draw bounded values after saving and reopening a level

UE - Foundation - Core - Jul 19, 2024

Reproduction Attempts: 3/3 Doing some additional testing for Spawnable Post Process Volumes in a level sequence, the PPV does not appear after saving the level and level sequence, closing and reope ...

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 ...