Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- FEdGraphSchemaAction
- FCustomizableObjectSchemaAction_NewNode
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
Syntax
USTRUCT&40;&41;
struct FCustomizableObjectSchemaAction_NewNode : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UEdGraphNode > | NodeTemplate | Template of node we want to create |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCustomizableObjectSchemaAction_NewNode
(
const FString& InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | CreateNode
(
UEdGraph* ParentGraph, |
Reimplementaiton of EdGraphSchema::CreateNode(...). | |
| NodeType * | InstantSpawn
(
UEdGraph* ParentGraph, |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |