GetSplatCount
读取当前 Chunk 已驻留的 Splat 数。
cpp
int32 GetSplatCount() const;该方法返回当前加载结果,不是整个资产的总点数。
C++ 示例
cpp
const int32 LoadedSplats = Chunk->GetSplatCount();蓝图示例

另请参阅
- ALiSplatActor::GetTotalSplatCount:读取整个资产的总点数。
- GetLatestLevel:查看这些驻留点当前对应的 LOD。