unreal.InterchangeSkyLightNode

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

Bases: InterchangeBaseLightNode

Interchange Sky Light Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeLightNode.h

get_custom_cubemap_dependency() str or None

Get Custom Cubemap Dependency

Returns:

texture_cube_node_uid (str):

Return type:

str or None

get_custom_source_type() InterchangeSkyLightSourceType or None

Get Custom Source Type

Returns:

source_type (InterchangeSkyLightSourceType):

Return type:

InterchangeSkyLightSourceType or None

set_custom_cubemap_dependency(texture_cube_node_uid) bool

Set Custom Cubemap Dependency

Parameters:

texture_cube_node_uid (str)

Return type:

bool

set_custom_source_type(source_type) bool

Set Custom Source Type

Parameters:

source_type (InterchangeSkyLightSourceType)

Return type:

bool