unreal.InterchangeBaseLightNode

class unreal.InterchangeBaseLightNode(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: InterchangeBaseNode

Interchange Base Light Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeLightNode.h

get_custom_intensity() float or None

Get Custom Intensity

Returns:

attribute_value (float):

Return type:

float or None

get_custom_light_color() LinearColor or None

Get Custom Light Color

Returns:

attribute_value (LinearColor):

Return type:

LinearColor or None

get_custom_temperature() float or None

Get Custom Temperature

Returns:

attribute_value (float):

Return type:

float or None

get_custom_use_temperature() bool or None

Get Custom Use Temperature

Returns:

attribute_value (bool):

Return type:

bool or None

set_custom_intensity(attribute_value) bool

Set Custom Intensity

Parameters:

attribute_value (float) –

Return type:

bool

set_custom_light_color(attribute_value) bool

Set Custom Light Color

Parameters:

attribute_value (LinearColor) –

Return type:

bool

set_custom_temperature(attribute_value) bool

Set Custom Temperature

Parameters:

attribute_value (float) –

Return type:

bool

set_custom_use_temperature(attribute_value) bool

Set Custom Use Temperature

Parameters:

attribute_value (bool) –

Return type:

bool