unreal.InterchangeSpotLightNode

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

Bases: InterchangePointLightNode

Interchange Spot Light Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeLightNode.h

get_custom_inner_cone_angle() float or None

Get Custom Inner Cone Angle

Returns:

attribute_value (float):

Return type:

float or None

get_custom_outer_cone_angle() float or None

Get Custom Outer Cone Angle

Returns:

attribute_value (float):

Return type:

float or None

set_custom_inner_cone_angle(attribute_value) bool

Set Custom Inner Cone Angle

Parameters:

attribute_value (float) –

Return type:

bool

set_custom_outer_cone_angle(attribute_value) bool

Set Custom Outer Cone Angle

Parameters:

attribute_value (float) –

Return type:

bool