Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| |
|
| Name |
UInterchangeBaseMaterialFactoryNode |
| Type |
class |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMaterialFactoryNode.h |
| Include Path |
#include "InterchangeMaterialFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UInterchangeBaseMaterialFactoryNode : public UInterchangeFactoryBaseNode
Inheritance Hierarchy
Derived Classes
UInterchangeBaseMaterialFactoryNode derived class hierarchy
Variables
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool GetCustomIsMaterialImportEnabled
(
bool& AttributeValue
) const
|
|
InterchangeMaterialFactoryNode.h |
- BlueprintCallable
- Category="Interchange | Node | Material"
|
bool SetCustomIsMaterialImportEnabled
(
const bool& AttributeValue
)
|
|
InterchangeMaterialFactoryNode.h |
- BlueprintCallable
- Category="Interchange | Node | Material"
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FString GetMaterialFactoryNodeUidFromMaterialNodeUid
(
const FString& TranslatedNodeUid
)
|
|
InterchangeMaterialFactoryNode.h |
|