Skip to content

GetRenderFeatureSettings

ALiSplatActor · API Reference

Returns the current rendering-feature settings.

cpp
FLiSplatRenderFeatureSettings
GetRenderFeatureSettings() const;

Returns a copy of the struct. Call SetRenderFeatureSettings after editing the copy.

C++ Example

cpp
auto Settings = Actor->GetRenderFeatureSettings();
Settings.bEnableMipFilter = true;
Actor->SetRenderFeatureSettings(Settings);

Blueprint Example

Get Render Feature Settings Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心