unreal.InterchangeDecalNode

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

Bases: InterchangeBaseNode

Interchange Decal Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeDecalNode.h

get_custom_decal_material_path_name() str or None

Get Custom Decal Material Path Name

Returns:

attribute_value (str):

Return type:

str or None

get_custom_decal_size() Vector or None

Get Custom Decal Size

Returns:

attribute_value (Vector):

Return type:

Vector or None

get_custom_sort_order() int32 or None

Get Custom Sort Order

Returns:

attribute_value (int32):

Return type:

int32 or None

set_custom_decal_material_path_name(attribute_value) bool

Set Custom Decal Material Path Name

Parameters:

attribute_value (str) –

Return type:

bool

set_custom_decal_size(attribute_value) bool

Set Custom Decal Size

Parameters:

attribute_value (Vector) –

Return type:

bool

set_custom_sort_order(attribute_value) bool

Set Custom Sort Order

Parameters:

attribute_value (int32) –

Return type:

bool