unreal.InterchangeBaseMaterialFactoryNode

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

Bases: InterchangeFactoryBaseNode

Interchange Base Material Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeMaterialFactoryNode.h

get_custom_is_material_import_enabled() bool or None

Get Custom Is Material Import Enabled

Returns:

attribute_value (bool):

Return type:

bool or None

set_custom_is_material_import_enabled(attribute_value) bool

Sets if this shader graph should be rendered two sided or not. Defaults to off.

Parameters:

attribute_value (bool) –

Return type:

bool