Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeDecalActorFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeDecalActorFactoryNode.h |
| Include Path | #include "InterchangeDecalActorFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeDecalActorFactoryNode : public UInterchangeActorFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeDecalActorFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomDecalMaterialPathNameKey | const UE::Interchange::FAttributeKey | InterchangeDecalActorFactoryNode.h | ||
| Macro_CustomDecalSizeKey | const UE::Interchange::FAttributeKey | InterchangeDecalActorFactoryNode.h | ||
| Macro_CustomSortOrderKey | const UE::Interchange::FAttributeKey | InterchangeDecalActorFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomDecalMaterialPathName
(
FString& AttributeValue |
InterchangeDecalActorFactoryNode.h |
|
|
bool GetCustomDecalSize
(
FVector& AttributeValue |
InterchangeDecalActorFactoryNode.h |
|
|
bool GetCustomSortOrder
(
int32& AttributeValue |
InterchangeDecalActorFactoryNode.h |
|
|
bool SetCustomDecalMaterialPathName
(
const FString& AttributeValue |
InterchangeDecalActorFactoryNode.h |
|
|
bool SetCustomDecalSize
(
const FVector& AttributeValue, |
InterchangeDecalActorFactoryNode.h |
|
|
bool SetCustomSortOrder
(
const int32& AttributeValue, |
InterchangeDecalActorFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeDecalActorFactoryNode.h | ||
virtual UClass * GetObjectClass() |
InterchangeDecalActorFactoryNode.h |