Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeDecalNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeDecalNode.h |
| Include Path | #include "InterchangeDecalNode.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeDecalNode : public UInterchangeBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeDecalNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomDecalMaterialPathNameKey | const UE::Interchange::FAttributeKey | InterchangeDecalNode.h | ||
| Macro_CustomDecalSizeKey | const UE::Interchange::FAttributeKey | InterchangeDecalNode.h | ||
| Macro_CustomSortOrderKey | const UE::Interchange::FAttributeKey | InterchangeDecalNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomDecalMaterialPathName
(
FString& AttributeValue |
InterchangeDecalNode.h |
|
|
bool GetCustomDecalSize
(
FVector& AttributeValue |
InterchangeDecalNode.h |
|
|
bool GetCustomSortOrder
(
int32& AttributeValue |
InterchangeDecalNode.h |
|
|
bool SetCustomDecalMaterialPathName
(
const FString& AttributeValue |
InterchangeDecalNode.h |
|
|
bool SetCustomDecalSize
(
const FVector& AttributeValue |
InterchangeDecalNode.h |
|
|
bool SetCustomSortOrder
(
const int32& AttributeValue |
InterchangeDecalNode.h |
|