unreal.InterchangeRectLightNode

class unreal.InterchangeRectLightNode(outer: Object | None = None, name: 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