GetLightMode
Returns the current lighting mode.
cpp
ELightMode GetLightMode() const;C++ Example
cpp
const ELightMode Mode = SplatActor->GetLightMode();Blueprint Example

See Also
- SetLightMode: sets the returned mode and synchronizes every Chunk.