Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintNodeSpawner
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
NodeType * | SpawnNode
(
UEdGraph* ParentGraph, |
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). |
![]() ![]() |
NodeType * | SpawnNode
(
TSubclassOf< UEdGraphNode > NodeClass, |
Protected SpawnNode() that let's sub-classes specify their own post-spawn delegate and node class. |