LoadMapMisc LLM category contains Static Mesh allocations

UE - Rendering Architecture - Nov 12, 2024

UInstancedStaticMeshComponent::CreateSceneProxy() is missing a LLM_SCOPE(ELLMTag::InstancedMesh);  and during level loading allocations for it appear in LoadMapMisc instead of InstancedMesh. Addi ...

check fail in RegisterLevelInstance when calling Build HLOD with PLA

UE - World Creation - Worldbuilding Tools - HLOD - Nov 11, 2024

The necessary conditions to trigger the issue: The WorldPartionHLOD actor to rebuild must reference a packed level actor The packed level actor must be loaded in the map when rebuilding the HLOD ...

Validity of a workaround for an issue with MobileRenderer where RecieveShadow can't be rendered properly

UE - Platform - Mobile - Nov 11, 2024

Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...

[Rhino] Fail install of Datasmith Exporters on Rhino 8 on MacOS

UE - Editor - Content Pipeline - Datasmith - Exporters - Nov 11, 2024

Landscape visualizer artifacts with nanite enabled

UE - Graphics Tools - Terrain - Landscape - Nov 8, 2024

Iris - Non-replicated properties of FInstancedStruct reset after replication

UE - Networking - Iris - Nov 8, 2024

This issue only occurs with Iris enabled. ...

After changing SupportedAgent settings, old Recast nav mesh actor is not deleted when saving map with External Actors (OFPA) enabled

UE - AI - Navigation - Nov 8, 2024

Context Recast lets you configure multiple agent types in Project Settings > Navigation System > Supported Agents. When agents have unique settings such as agent radius, building a nav mesh results ...

When a Niagara System has SimTarget set to GPUCompute Sim, CameraQuery is only returning data from the Player0 camera, ignoring the PlayerControllerIndex.

UE - Niagara - Nov 8, 2024

When a Niagara System has SimTarget set to GPUCompute Sim, CameraQuery is only returning data from the Player0 camera, regardless of PlayerControllerIndex. The expected behavior would be to have the ...