unreal.InterchangeSpecularProfileFactoryNode¶
- class unreal.InterchangeSpecularProfileFactoryNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangeFactoryBaseNodeInterchange Specular Profile Factory Node
C++ Source:
Plugin: Interchange
Module: InterchangeFactoryNodes
File: InterchangeSpecularProfileFactoryNode.h
- get_custom_format() SpecularProfileFormat or None¶
Get Custom Format
- Returns:
format (SpecularProfileFormat):
- Return type:
SpecularProfileFormat or None
- get_custom_texture() str or None¶
Get Custom Texture
- Returns:
texture_uid (str):
- Return type:
str or None
- set_custom_format(format) bool¶
Set Custom Format
- Parameters:
format (SpecularProfileFormat)
- Return type: