Stat
显示 LiSplat 性能统计。
cpp
void Stat();该方法可从 Actor 的 Details 面板调用。它会启用 stat fps、stat unit、stat LiSplat,并把总点数、Chunk 数、已加载点数和运行中任务数写入日志。
C++ 示例
cpp
SplatActor->Stat();编辑器示例
选中 LiSplat Actor → Details → Actions → Stats。
另请参阅
- GetTotalSplatCount:只读取资产总点数,不开启统计界面。
- GetChunkComponentCount:只读取 Chunk 组件数。