unreal.InterchangeMaterialInstanceFactoryNode

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

Bases: InterchangeBaseMaterialFactoryNode

Interchange Material Instance Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeMaterialFactoryNode.h

get_custom_blend_mode() BlendMode or None

Get Custom Blend Mode

Returns:

attribute_value (BlendMode):

Return type:

BlendMode or None

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_blend_mode(attribute_value, add_apply_delegate=True) bool

Set Custom Blend Mode

Parameters:
Return type:

bool

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