Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FEdGraphSchemaAction_K2NewNode
- FEdGraphSchemaAction_K2AddCallOnActor
- FEdGraphSchemaAction_K2AddComponent
- FEdGraphSchemaAction_K2AddCustomEvent
- FEdGraphSchemaAction_K2AddEvent
- FEdGraphSchemaAction_K2AssignDelegate
- FEdGraphSchemaAction_K2TargetNode
- FEdGraphSchemaAction_K2Event
- FEdGraphSchemaAction_K2InputAction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
struct FEdGraphSchemaAction_K2NewNode : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGotoNode | ||
| TObjectPtr< class UK2Node > | NodeTemplate | Template of node we want to create |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEdGraphSchemaAction_K2NewNode
(
FText InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | CreateNode
(
UEdGraph* ParentGraph, |
||
| UEdGraphNode * | CreateNode
(
UEdGraph* ParentGraph, |
||
| NodeType * | |||
| NodeType * | SpawnNode
(
UEdGraph* ParentGraph, |
||
| NodeType * | SpawnNodeFromTemplate
(
UEdGraph* ParentGraph, |
||
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. | |
| FName | GetTypeId () |
||
| 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. |