Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeTexture2DArrayFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTexture2DArrayFactoryNode.h |
| Include Path | #include "InterchangeTexture2DArrayFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeTexture2DArrayFactoryNode : public UInterchangeTextureFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeTextureFactoryNode → UInterchangeTexture2DArrayFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomAddressXKey | const UE::Interchange::FAttributeKey | Addressing. | InterchangeTexture2DArrayFactoryNode.h | |
| Macro_CustomAddressYKey | const UE::Interchange::FAttributeKey | InterchangeTexture2DArrayFactoryNode.h | ||
| Macro_CustomAddressZKey | const UE::Interchange::FAttributeKey | InterchangeTexture2DArrayFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomAddressX
(
uint8& AttributeValue |
InterchangeTexture2DArrayFactoryNode.h |
|
|
bool GetCustomAddressY
(
uint8& AttributeValue |
InterchangeTexture2DArrayFactoryNode.h |
|
|
bool GetCustomAddressZ
(
uint8& AttributeValue |
InterchangeTexture2DArrayFactoryNode.h |
|
|
bool SetCustomAddressX
(
const uint8 AttributeValue, |
InterchangeTexture2DArrayFactoryNode.h | ||
bool SetCustomAddressY
(
const uint8 AttributeValue, |
InterchangeTexture2DArrayFactoryNode.h | ||
bool SetCustomAddressZ
(
const uint8 AttributeValue, |
InterchangeTexture2DArrayFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeTexture2DArrayFactoryNode.h |