Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeDecalMaterialFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeDecalMaterialFactoryNode.h |
| Include Path | #include "InterchangeDecalMaterialFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeDecalMaterialFactoryNode : public UInterchangeBaseMaterialFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeBaseMaterialFactoryNode → UInterchangeDecalMaterialFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomDiffuseTexturePathKey | const UE::Interchange::FAttributeKey | InterchangeDecalMaterialFactoryNode.h | ||
| Macro_CustomNormalTexturePathKey | const UE::Interchange::FAttributeKey | InterchangeDecalMaterialFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomDiffuseTexturePath
(
FString& AttributeValue |
InterchangeDecalMaterialFactoryNode.h |
|
|
bool GetCustomNormalTexturePath
(
FString& AttributeValue |
InterchangeDecalMaterialFactoryNode.h |
|
|
bool SetCustomDiffuseTexturePath
(
const FString& AttributeValue |
InterchangeDecalMaterialFactoryNode.h |
|
|
bool SetCustomNormalTexturePath
(
const FString& AttributeValue |
InterchangeDecalMaterialFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeDecalMaterialFactoryNode.h |