Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeTextureLayer
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTextureLayer.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTextureLayer.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeTextureLayer : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCustomizableObjectTextureLayer > | Layers |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | BasePin () |
||
| int32 | |||
| int32 | GetNumLayers () |
||
| UEdGraphPin * | LayerPin
(
int32 Index |
||
| UEdGraphPin * | MaskPin
(
int32 Index |
||
| UEdGraphPin * | OutputPin () |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add backwards compatible code here. | ||
| bool | CanConnect
(
const UEdGraphPin* InOwnedInputPin, |
Check if two pins can be connected. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node | ||
| void | Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor | ||
| void | Perform any steps necessary prior to copying a node into the paste buffer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Handles reading, writing, and reference collecting using FArchive. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TextureLayerLayersData | This struct will store the information of each textue layer node when its destroyed, to be able to recover the UCustomizableObjectNodeTextureLayer::Layers data in a post paste operation. |
Constants
| Name | Description |
|---|---|
| ArrayDestroyedNodes |