Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintNodeSpawner
| Type | Name | Description | |
|---|---|---|---|
| UBlueprintNodeSpawner * | Create
(
UObject* Outer, |
Templatized version of the above Create() method (where we specify the spawner's node class through the template argument). | |
| UBlueprintNodeSpawner * | Create
(
TSubclassOf< UEdGraphNode > const NodeClass, |
Creates a new UBlueprintNodeSpawner for the specified node class. |