unreal.InterchangeSkyLightFactoryNode¶
- class unreal.InterchangeSkyLightFactoryNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangeBaseLightFactoryNodeInterchange Sky Light Factory Node
C++ Source:
Plugin: Interchange
Module: InterchangeFactoryNodes
File: InterchangeLightFactoryNode.h
- get_custom_cubemap_dependency() str or None¶
Get Custom Cubemap Dependency
- Returns:
texture_cube_factory_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_source_type(source_type) bool¶
Set Custom Source Type
- Parameters:
source_type (InterchangeSkyLightSourceType)
- Return type: