Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeExternalPin
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeExternalPin.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeExternalPin.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeExternalPin : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCustomizableObject > | ExternalObject | External Customizable Object which the linked Node Expose Pin belong to. | |
| FName | PinType | This is actually PinCategory. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | CreateExternalPin
(
const UCustomizableObjectNodeExposePin* NodeExposePin |
Create the external pin. | |
| UEdGraphPin * | Return the external pin. Can return nullptr. | ||
| UCustomizableObjectNodeExposePin * | Return the linked Expose Pin node. Return nullptr if not set. | ||
| void | SetExternalObjectNodeId
(
FGuid Guid |
Set the linked Node Expose Pin node guid. |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add backwards compatible code here. | ||
| void | Called at the beginning of the node lifecycle. | ||
| void | BeginPostDuplicate
(
bool bDuplicateForPIE |
Custom post duplicate function. | |
| bool | CanConnect
(
const UEdGraphPin* InOwnedInputPin, |
Check if two pins can be connected. | |
| UCustomizableObjectNodeRemapPins * | Creates and returns the node default node remap pins action. | ||
| void | Add post load work here. | ||
| void | UpdateReferencedNodeId
(
const FGuid& NewGuid |
Used to replace Ids of referenced nodes by their new ids after duplicating the CustomizableObject. |
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 |