Skip to content

GetNormalProxySettings

ALiSplatActor · API Reference

Returns the current normal-proxy settings.

cpp
FLiSplatNormalProxySettings
GetNormalProxySettings() const;

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

C++ Example

cpp
const FLiSplatNormalProxySettings Settings =
    SplatActor->GetNormalProxySettings();

Blueprint Example

Get Normal Proxy Settings Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心