unreal.InterchangeMaterialFunctionCallExpressionFactoryNode

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

Bases: InterchangeMaterialExpressionFactoryNode

Interchange Material Function Call Expression Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeMaterialFactoryNode.h

get_custom_material_function_dependency() str or None

Get Custom Material Function Dependency

Returns:

attribute_value (str):

Return type:

str or None

set_custom_material_function_dependency(attribute_value) bool

Set the unique ID of the material function that the function call expression is referring to. Note that a call to AddFactoryDependencyUid is made to guarantee that the material function is created before the function call expression

Parameters:

attribute_value (str) –

Return type:

bool