Crash on Build All Levels

UE - World Creation - Worldbuilding Tools - HLOD - Apr 7, 2022

Crash on Build All Levels after a HLOD warning. EXCEPTION_ACCESS_VIOLATION reading address 0x00000000000000f0 ...

RebuildHLOD UAT script doesn't properly handle the -nop4 command line flag

UE - World Creation - Worldbuilding Tools - HLOD - Nov 24, 2021

The script performs P4 commands even if -NoP4 was specified. It should properly handle -NoP4 by checking for  if (CommandUtils.P4Enabled) ...

Crash when spawning multiple HISM at runtime in a packaged shipping build

UE - World Creation - Worldbuilding Tools - HLOD - Feb 25, 2021

When adding multiple Hierarchical Instanced Static Meshes on a loop and packaging the project in Shipping configuration the application crashes due to LowLevelFatalError [Link Removed] [Line: 1431] ...

Persistent level containing sublevels with HLODS invalidate after saving.

UE - World Creation - Worldbuilding Tools - HLOD - Feb 22, 2021

Editor crash when delete static mesh actor include in HLOD

UE - World Creation - Worldbuilding Tools - HLOD - Feb 18, 2021

Skeletal mesh reduction - Material settings are lost when regenerating the LOD in a mesh with a reduced material section

UE - World Creation - Worldbuilding Tools - HLOD - Nov 25, 2020

Following code fixes this issue in FQuadricSkeletalMeshReduction::ReduceSkeletalMesh Section.ChunkedParentSectionIndex = bIsChunkedSection ? CurrentParentSectionIndex : INDEX_NONE; // ...

ProxyLOD plugin generates uninitialized vertices at end of a vertex buffer

UE - World Creation - Worldbuilding Tools - HLOD - Sep 11, 2020

ProxyLOD::FQuadricMeshSimplifier::OutputMesh may remove duped verts. The input vertex buffer was resized by numVerts from FQuadricMeshSimplifier before calling OutputMesh. So these behaviors genera ...

Staticmesh "Reimport+LODs" do not recover the material ID for custom LOD

UE - World Creation - Worldbuilding Tools - HLOD - May 8, 2020