unreal.InterchangeDirectionalLightNode

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

Bases: InterchangeBaseLightNode

Interchange Directional Light Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeLightNode.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) bool

Set Custom Light Source Angle

Parameters:

attribute_value (float)

Return type:

bool