Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeReroute
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeReroute.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeReroute.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeReroute : public UCustomizableObjectNode
Remarks
Code based on UK2Node_Knot.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | GetInputPin () |
||
| UEdGraphPin * | GetOutputPin () |
||
| void |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| bool | If returns true, only a single link can go out of every output pin. False by default. | ||
| void | ReconstructNode
(
UCustomizableObjectNodeRemapPins* RemapPinsMode |
Specialization of ReconstructNode UEdGraphNode function. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphNode > | Create a visual widget to represent this node in a graph editor or graph panel. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | GetPinNameOverride
(
const UEdGraphPin& Pin |
Gets the overridden name for the specified pin, if any | |
| FText | Gets the tooltip to display when over the node | ||
| void | OnRenameNode
(
const FString& NewName |
Called when this node is being renamed after a successful name validation | |
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor | |
| bool | ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
Returns whether to draw this node as a control point only (knot/reroute node). | |
| bool | Whether or not this node should be given the chance to override pin names. |