Skip to content

SetLightMode

ULodGlspComponent · API Reference

Sets the lighting mode for the current Chunk and reschedules its rendering data.

cpp
void SetLightMode(ELightMode InLightMode);

C++ Example

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

Blueprint Example

Set Light Mode Blueprint example

See Also


Back to ULodGlspComponent

LiSplat Unreal SDK 产品文档中心