ULightComponent::ReassignStationaryLightChannels

Iterates over ALL stationary light components in the target world and assigns their preview shadowmap channel, and updates light icons accordingly.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h

Include

#include "Components/LightComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp

Syntax

static void ReassignStationaryLightChannels
(
    UWorld * TargetWorld,
    bool bAssignForLightingBuild,
    ULevel * LightingScenario
)

Remarks

Iterates over ALL stationary light components in the target world and assigns their preview shadowmap channel, and updates light icons accordingly. Also handles assignment after a lighting build, so that the same algorithm is used for previewing and static lighting.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss