Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeMaterialExpressionFactoryNode
- UInterchangeMaterialFunctionCallExpressionFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMaterialFactoryNode.h |
| Include | #include "InterchangeMaterialFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeMaterialFunctionCallExpressionFactoryNode : public UInterchangeMaterialExpressionFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomMaterialFunctionDependency
(
FString& AttributeValue |
||
| bool | SetCustomMaterialFunctionDependency
(
const FString& AttributeValue |
Set the unique ID of the material function that the function call expression is referring to. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting error |