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

See Also
- ChangeLevel: requests a change to the returned level.
- GetLevelFittedNormalizedDistance: calculates a level suitable for the current distance.