Skip to content

GetChunkComponentCount

ALiSplatActor · API Reference

Returns the number of Chunk components currently created by the Actor.

cpp
int32 GetChunkComponentCount() const;

Returns ChunkComponents.Num(). This is not the number of active loading tasks.

C++ Example

cpp
const int32 ChunkCount =
    SplatActor->GetChunkComponentCount();

Blueprint Example

Get Chunk Component Count Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心