Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeBaseMaterialFactoryNode
- UInterchangeMaterialInstanceFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMaterialFactoryNode.h |
| Include | #include "InterchangeMaterialFactoryNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeMaterialInstanceFactoryNode : public UInterchangeBaseMaterialFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomInstanceClassName
(
FString& AttributeValue |
||
| bool | GetCustomParent
(
FString& AttributeValue |
||
| bool | SetCustomInstanceClassName
(
const FString& AttributeValue |
||
| bool | SetCustomParent
(
const FString& AttributeValue |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Return the UClass of the object we represent, so we can find the factory/writer. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |