Skip to content

GetSplatCount

ULodGlspComponent · API Reference

Returns the number of Splats currently resident for this Chunk.

cpp
int32 GetSplatCount() const;

This is the current loaded result, not the total number of Splats in the complete asset.

C++ Example

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

Blueprint Example

Get Splat Count Blueprint example

See Also


Back to ULodGlspComponent

LiSplat Unreal SDK 产品文档中心