Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeMeshMorphStackDefinition
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshMorphStackDefinition.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshMorphStackDefinition.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeMeshMorphStackDefinition : public UCustomizableObjectNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | GetMeshPin () |
Returns the mesh pin of the node. | |
| UEdGraphPin * | GetMorphPin
(
int32 Index |
Returns the morph pin at Index. | |
| UEdGraphPin * | GetStackPin () |
Returns the stack pin of the node. | |
| int32 | NextConnectedPin
(
int32 Index, |
Returns the index of the next connected stack node. Returns -1 if there is none. |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| bool | |||
| void | ReconstructNode
(
UCustomizableObjectNodeRemapPins* RemapPinsMode |
Specialization of ReconstructNode UEdGraphNode function. |
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 | PinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor |