unreal.MovieGraphLightModifierIntensityMethod

class unreal.MovieGraphLightModifierIntensityMethod

Bases: EnumBase

Controls which intensity properties are used to control lighting intensity in the Light Modifier node.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphLightModifierNode.h

PER_LIGHT_ACTOR: MovieGraphLightModifierIntensityMethod = Ellipsis

The main “Intensity” property is ignored, and the type-specific “Intensity” properties are used instead.

Type:

1

POINT_RECT_SPOT: MovieGraphLightModifierIntensityMethod = Ellipsis

Apply the “Intensity” property to Point, Rect, and Spot lights.

Type:

0