Stat
Displays LiSplat performance statistics.
cpp
void Stat();This method is available in the Actor's Details panel. It enables stat fps, stat unit, and stat LiSplat, and logs total Splats, Chunk count, loaded Splats, and active task count.
C++ Example
cpp
SplatActor->Stat();Editor Example
Select LiSplat Actor, then choose Details → Actions → Stats.
See Also
- GetTotalSplatCount: returns the asset total without opening the statistics overlay.
- GetChunkComponentCount: returns only the Chunk component count.