Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeTextureFactoryNode
- UInterchangeTexture2DArrayFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTexture2DArrayFactoryNode.h |
| Include | #include "InterchangeTexture2DArrayFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeTexture2DArrayFactoryNode : public UInterchangeTextureFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomAddressX
(
uint8& AttributeValue |
||
| bool | GetCustomAddressY
(
uint8& AttributeValue |
||
| bool | GetCustomAddressZ
(
uint8& AttributeValue |
||
| bool | SetCustomAddressX
(
const uint8 AttributeValue, |
||
| bool | SetCustomAddressY
(
const uint8 AttributeValue, |
||
| bool | SetCustomAddressZ
(
const uint8 AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |