Skip to content
Jigwright
HullForge docs

Set LOD Group

Put a static mesh in a LOD group and verify it by reading it back. Refuses a group the project does not define and names the ones it does. REPLACES the mesh's LOD chain with the group's, so hand-authored LOD settings on that mesh are lost.

hf_set_lod_groupWrite

Arguments

NameTypeDescription
groupreqstringLOD group name, for example LargeProp or Foliage. 'None' clears the group. hf_describe_lods reports the current one.
meshreqstringPath to a Static Mesh asset.
forceboolean
= false
Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first.

Nearby in Levels of detail: