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

Flickering shadows/GI when DrawMaterialToRenderTarget is called per tick in PIE

UE - Rendering Architecture - Jul 11, 2024

When DrawMaterialToRenderTarget function is called on tick and actors are spawned in game, the lumen shadow/GI visually flickers. Debugging shows that the lumen screen probes are flickering as well. ...

Integer overflow in NaniteBuilder can lead to an editor crash on certain meshes

UE - Graphics Features - Nanite - Jul 10, 2024

NaniteBuilder uses an int8 type for ExternalEdges and counts adjacency with a int32. The bug stems for the cast to int8 when adding the adjacency count into the ExternalEdges array. The precision l ...

PCG Graph callback fails after compiling blueprint

UE - World Creation - Procedural Tools - Jul 9, 2024

PCG graph callbacks in BP do not appear to get called correctly after the blueprint is compiled. ...

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

IsSpatiallyLoaded = false set in actor blueprint is not respected in standalone game

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2024

In past compatibility detection in FWorldPartitionClassDescRegistry::PrefetchClassDescs, as AssetRegistry.TryGetAssetPackageData returns UE::AssetRegistry::EExists::Unknown in standalone games, so t ...

SkeletalMesh editor: Make static mesh mess the LOD 1 plus material slot

UE - Editor - Content Pipeline - Import and Export - Jun 28, 2024

Custom buffer visualization material instance problem

UE - Rendering Architecture - Materials - Jun 28, 2024

Material Instances used in Custom Buffer Visualizations do not respect parameter overrides, and use the parent material's values. Also tested on UE5-Main, CL: 34543023 ...

README files for Mover and Network Prediction are missing from distributed UE builds

UE - Gameplay - Network Prediction - Jun 27, 2024

The Network Prediction and Mover plugins both have readme files in their plugin's root, but these files are somehow filtered out during the process of assembling a distributed build. ...