unreal.InterchangeSpecularProfileNode

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

Bases: InterchangeBaseNode

Interchange Specular Profile Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeSpecularProfileNode.h

get_custom_format() uint8 or None

Get Custom Format

Returns:

format (uint8):

Return type:

uint8 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/Get the format based on ESpecularProfileFormat

Parameters:

format (uint8)

Return type:

bool

set_custom_texture(texture_uid) bool

Set Custom Texture

Parameters:

texture_uid (str)

Return type:

bool