Skip to content

GetSplatCount

ULodGlspComponent · API参考

读取当前 Chunk 已驻留的 Splat 数。

cpp
int32 GetSplatCount() const;

该方法返回当前加载结果,不是整个资产的总点数。

C++ 示例

cpp
const int32 LoadedSplats = Chunk->GetSplatCount();

蓝图示例

Get Splat Count 蓝图示例

另请参阅

返回 ULodGlspComponent

LiSplat Unreal SDK 产品文档中心