unreal.InterchangeRectLightFactoryNode

class unreal.InterchangeRectLightFactoryNode(outer: Object | None = None, name: Name | str = 'None')

Bases: InterchangeLightFactoryNode

Interchange Rect Light Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeLightFactoryNode.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, add_apply_delegate=True) bool

Set Custom Source Height

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool

set_custom_source_width(attribute_value, add_apply_delegate=True) bool

Set Custom Source Width

Parameters:
  • attribute_value (float) –

  • add_apply_delegate (bool) –

Return type:

bool