Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FEdGraphSchemaAction_K2ViewNode
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
struct FEdGraphSchemaAction_K2ViewNode : public FEdGraphSchemaAction
Remarks
Action to view a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UK2Node > | NodePtr | Node we want to view |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEdGraphSchemaAction_K2ViewNode
(
FText InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| 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. |