Skip to content

Lighting System Actor

Asset location: CloudsLighting/Blueprints/BP_CloudsLightingSystem.  

When placed into the world Lighting System Actor collects all the data about volumetric light sources in the same world. The data is encoded into the Render Target, that Lighting System Actor owns.

The position of Lighting System Actor doesn't matter.

TIP

You need to place exactly one Lighting System Actor into the world to get lights work.

Lighting System Actor

Properties

PropertyTypeDescription
Light Data MapRender TargetA storage for runtime light sources data encoding.

Light Data Map is set up by default and is unnecessary to be changed.

WARNING

Do not share a data map Render Target between several Light System Actors, this can lead to unwanted errors when processing light data.