Skip to content

SetLightMode

ALiSplatActor · API Reference

Sets the lighting mode on the Actor and every loaded Chunk.

cpp
void SetLightMode(ELightMode InLightMode);

Lit responds to scene lighting. UnLit is unaffected by scene lighting.

C++ Example

cpp
SplatActor->SetLightMode(ELightMode::Lit);

Blueprint Example

Set Light Mode Blueprint example

See Also


Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心