Skip to content

GetTotalSplatCount

ALiSplatActor · API Reference

Returns the total number of Splats in the current asset.

cpp
int64 GetTotalSplatCount() const;

Returns 0 when no asset is assigned. This is the asset total, not the number of currently loaded Splats.

C++ Example

cpp
const int64 TotalSplats =
    SplatActor->GetTotalSplatCount();

Blueprint Example

Get Total Splat Count Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心