Skip to content

GetRenderFeatureSettings

ALiSplatActor · API参考

读取当前渲染特性设置。

cpp
FLiSplatRenderFeatureSettings
GetRenderFeatureSettings() const;

返回结构体副本。修改副本后,需要调用 SetRenderFeatureSettings 才会应用。

C++ 示例

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

蓝图示例

Get Render Feature Settings 蓝图示例

另请参阅

返回 ALiSplatActor

LiSplat Unreal SDK 产品文档中心