Skip to content

GetShadowProxySettings

ALiSplatActor · API Reference

Returns the current proxy-shadow settings.

cpp
FLiSplatShadowProxySettings
GetShadowProxySettings() const;

Returns a copy of the struct. After editing it, call SetShadowProxySettings to apply the changes.

C++ Example

cpp
const FLiSplatShadowProxySettings Settings =
    SplatActor->GetShadowProxySettings();

Blueprint Example

Get Shadow Proxy Settings Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心