unreal.InterchangeMaterialInstanceFactoryNode

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

Bases: InterchangeBaseMaterialFactoryNode

Interchange Material Instance Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeMaterialFactoryNode.h

get_custom_instance_class_name() str or None

Get Custom Instance Class Name

Returns:

attribute_value (str):

Return type:

str or None

get_custom_parent() str or None

Get Custom Parent

Returns:

attribute_value (str):

Return type:

str or None

set_custom_instance_class_name(attribute_value) bool

Set Custom Instance Class Name

Parameters:

attribute_value (str) –

Return type:

bool

set_custom_parent(attribute_value) bool

Set Custom Parent

Parameters:

attribute_value (str) –

Return type:

bool