SpawnNode

Overload list

Windows
MacOS
Linux
Name Description

Protected function Const

NodeType ...

 

SpawnNode

(
    UEdGraph* ParentGraph,
    FBindingSet const& Bindings,
    FVector2D const Location,
    FCustomizeNodeDelegate PostSpawnDel...
)

Simplified version of the other SpawnNode(), that just let's sub-classes specify their own post-spawn delegate (the node class is comes directly from the template parameter).

Protected function Const

NodeType ...

 

SpawnNode

(
    TSubclassOf< UEdGraphNode > NodeCla...,
    UEdGraph* ParentGraph,
    FBindingSet const& Bindings,
    FVector2D const Location,
    FCustomizeNodeDelegate PostSpawnDel...
)

Protected SpawnNode() that let's sub-classes specify their own post-spawn delegate and node class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss