Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FEdGraphSchemaAction_K2NewNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UEdGraphNode * CreateNode
(
UEdGraph* ParentGraph, |
EdGraphSchema_K2_Actions.h | ||
static UEdGraphNode * CreateNode
(
UEdGraph* ParentGraph, |
EdGraphSchema_K2_Actions.h |
CreateNode(UEdGraph , TArrayView< UEdGraphPin >, const FVector2D, UK2Node *, EK2NewNodeFlags)
| Name | CreateNode |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp |
static UEdGraphNode * CreateNode
(
UEdGraph * ParentGraph,
TArrayView < UEdGraphPin * > FromPins,
const FVector2D Location,
UK2Node * NodeTemplate,
EK2NewNodeFlags Options
)
CreateNode(UEdGraph , TArrayView< UEdGraphPin >, const FVector2D, TFunctionRef< UK2Node (UEdGraph )>, TFunctionRef< void(UK2Node *)>, EK2NewNodeFlags)
| Name | CreateNode |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp |
static UEdGraphNode * CreateNode
(
UEdGraph * ParentGraph,
TArrayView < UEdGraphPin * > FromPins,
const FVector2D Location,
TFunctionRef < UK2Node * *)> ConstructionFn,
TFunctionRef < void *)> InitializerFn,
EK2NewNodeFlags Options
)