Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeDecalNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeDecalNode.h |
| Include | #include "InterchangeDecalNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeDecalNode : public UInterchangeBaseNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomDecalMaterialPathName
(
FString& AttributeValue |
||
| bool | GetCustomDecalSize
(
FVector& AttributeValue |
||
| bool | GetCustomSortOrder
(
int32& AttributeValue |
||
| bool | SetCustomDecalMaterialPathName
(
const FString& AttributeValue |
||
| bool | SetCustomDecalSize
(
const FVector& AttributeValue |
||
| bool | SetCustomSortOrder
(
const int32& AttributeValue |