Navigation
API > API/Editor > API/Editor/BlueprintGraph
Action to view a node to the graph
| Name | FEdGraphSchemaAction_K2ViewNode |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_K2ViewNode : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_K2ViewNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraphSchema_K2_Actions.h | |||
FEdGraphSchemaAction_K2ViewNode
(
FText InNodeCategory, |
EdGraphSchema_K2_Actions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodePtr | TObjectPtr< const UK2Node > | Node we want to view | EdGraphSchema_K2_Actions.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
EdGraphSchema_K2_Actions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
EdGraphSchema_K2_Actions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
EdGraphSchema_K2_Actions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | EdGraphSchema_K2_Actions.h |