unreal.InterchangeDirectionalLightFactoryNode

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

Bases: InterchangeBaseLightFactoryNode

Interchange Directional Light Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeLightFactoryNode.h

get_custom_light_source_angle() float or None

Get Custom Light Source Angle

Returns:

attribute_value (float):

Return type:

float or None

set_custom_light_source_angle(attribute_value, add_apply_delegate=True) bool

Set Custom Light Source Angle

Parameters:
  • attribute_value (float)

  • add_apply_delegate (bool)

Return type:

bool