unreal.InterchangeRectLightNode

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

Bases: InterchangeLightNode

Interchange Rect Light Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeLightNode.h

get_custom_source_height() float or None

Get Custom Source Height

Returns:

attribute_value (float):

Return type:

float or None

get_custom_source_width() float or None

Get Custom Source Width

Returns:

attribute_value (float):

Return type:

float or None

set_custom_source_height(attribute_value) bool

Set Custom Source Height

Parameters:

attribute_value (float) –

Return type:

bool

set_custom_source_width(attribute_value) bool

Set Custom Source Width

Parameters:

attribute_value (float) –

Return type:

bool