Skip to content

SetRenderFeatureSettings

ALiSplatActor · API Reference

Sets shared rendering features on the Actor and every Chunk.

cpp
void SetRenderFeatureSettings(
    const FLiSplatRenderFeatureSettings& InSettings);

Input values are normalized to their valid ranges before being synchronized to proxy components and Chunks.

C++ Example

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

Blueprint Example

Set Render Feature Settings Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心