unreal.InterchangeDecalMaterialFactoryNode

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

Bases: InterchangeBaseMaterialFactoryNode

Interchange Decal Material Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeDecalMaterialFactoryNode.h

get_custom_diffuse_texture_path() str or None

Get Custom Diffuse Texture Path

Returns:

attribute_value (str):

Return type:

str or None

get_custom_normal_texture_path() str or None

Get Custom Normal Texture Path

Returns:

attribute_value (str):

Return type:

str or None

get_object_class()

Get Object Class

Return type:

type(Class)

set_custom_diffuse_texture_path(attribute_value) bool

Set Custom Diffuse Texture Path

Parameters:

attribute_value (str) –

Return type:

bool

set_custom_normal_texture_path(attribute_value) bool

Set Custom Normal Texture Path

Parameters:

attribute_value (str) –

Return type:

bool