Skip to content

GetLightMode

ALiSplatActor · API Reference

Returns the current lighting mode.

cpp
ELightMode GetLightMode() const;

C++ Example

cpp
const ELightMode Mode = SplatActor->GetLightMode();

Blueprint Example

Get Light Mode Blueprint example

See Also

  • SetLightMode: sets the returned mode and synchronizes every Chunk.

Back to ALiSplatActor

LiSplat Unreal SDK 产品文档中心