Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeDecalMaterialNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeDecalMaterialNode.h |
| Include Path | #include "InterchangeDecalMaterialNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeDecalMaterialNode : public UInterchangeShaderNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeShaderNode → UInterchangeDecalMaterialNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomDiffuseTexturePathKey | const UE::Interchange::FAttributeKey | InterchangeDecalMaterialNode.h | ||
| Macro_CustomNormalTexturePathKey | const UE::Interchange::FAttributeKey | InterchangeDecalMaterialNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomDiffuseTexturePath
(
FString& AttributeValue |
InterchangeDecalMaterialNode.h | ||
bool GetCustomNormalTexturePath
(
FString& AttributeValue |
InterchangeDecalMaterialNode.h | ||
bool SetCustomDiffuseTexturePath
(
FString AttributeValue |
InterchangeDecalMaterialNode.h | ||
bool SetCustomNormalTexturePath
(
FString AttributeValue |
InterchangeDecalMaterialNode.h |