Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeMaterialFunctionCallExpressionFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMaterialFactoryNode.h |
| Include Path | #include "InterchangeMaterialFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeMaterialFunctionCallExpressionFactoryNode : public UInterchangeMaterialExpressionFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeMaterialExpressionFactoryNode → UInterchangeMaterialFunctionCallExpressionFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomMaterialFunctionDependencyKey | const UE::Interchange::FAttributeKey | InterchangeMaterialFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomMaterialFunctionDependency
(
FString& AttributeValue |
InterchangeMaterialFactoryNode.h |
|
|
bool SetCustomMaterialFunctionDependency
(
const FString& AttributeValue |
Set the unique ID of the material function that the function call expression is referring to. | InterchangeMaterialFactoryNode.h |
|
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
InterchangeMaterialFactoryNode.h |