Skip to content

GetLiSplatAsset

ALiSplatActor · API Reference

Returns the Gaussian Splat asset currently assigned to the Actor.

cpp
ULiSplatAsset* GetLiSplatAsset() const;

Returns nullptr when no asset is assigned.

C++ Example

cpp
ULiSplatAsset* Asset = SplatActor->GetLiSplatAsset();
if (IsValid(Asset))
{
    // Use Asset.
}

Blueprint Example

Get Li Splat Asset Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心