Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeSwitchBase
- UCustomizableObjectNodeColorSwitch
- UCustomizableObjectNodeExtensionDataSwitch
- UCustomizableObjectNodeFloatSwitch
- UCustomizableObjectNodeMeshSwitch
- UCustomizableObjectNodePassThroughTextureSwitch
- UCustomizableObjectNodeTextureSwitch
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeSwitchBase.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeSwitchBase.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeSwitchBase : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEdGraphPinReference | OutputPinReference |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetCategory () |
Get the output pin catergory. Override. | |
| UEdGraphPin * | GetElementPin
(
int32 Index |
||
| int32 | |||
| FString | Get the ouput pin name. Override. | ||
| FString | GetPinPrefix () |
Get the pin prefix. Used for retrocompatibility. Override. | |
| void | LinkPostEditChangePropertyDelegate
(
const UEdGraphPin& Pin |
Links the PostEditChangeProperty delegate | |
| UEdGraphPin * | OutputPin () |
||
| UEdGraphPin * |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add post load work here. | ||
| 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 | |
| void | Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor |