Skip to content

GetLatestLevel

ULodGlspComponent · API Reference

Returns the LOD level currently recorded by the component.

cpp
int32 GetLatestLevel() const;

0 is the finest level. INDEX_NONE means no valid level is currently available.

C++ Example

cpp
const int32 CurrentLod = Chunk->GetLatestLevel();

Blueprint Example

Get Latest Level Blueprint example

See Also


Back to ULodGlspComponent

LiSplat Unreal SDK 产品文档中心