CreateNode

Overload list

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FEdGraphSchemaAction_K2NewNode

  Type Name Description
Public function Static UEdGraphNode *

CreateNode ( UEdGraph* ParentGraph,
TArrayView< UEdGraphPin* > FromPins,
const FVector2D Location,
UK2Node* NodeTemplate,
EK2NewNodeFlags Options
)

 
Public function Static UEdGraphNode *

CreateNode ( UEdGraph* ParentGraph,
TArrayView< UEdGraphPin* > FromPins,
const FVector2D Location,
TFunctionRef< UK2Node*(UEdGraph*)> ConstructionFn,
TFunctionRef< void(UK2Node*)> InitializerFn,
EK2NewNodeFlags Options
)

 

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page