Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintNodeSpawner > API/Editor/BlueprintGraph/UBlueprintNodeSpawner/Create
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h |
| Include | #include "BlueprintNodeSpawner.h" |
template<class NodeType>
static UBlueprintNodeSpawner &42; Create
&40;
UObject &42; Outer,
FCustomizeNodeDelegate PostSpawnDelegate
&41;
Remarks
Templatized version of the above Create() method (where we specify the spawner's node class through the template argument). A newly allocated instance of this class.
Parameters
| Name | Description |
|---|---|
| Outer | Optional outer for the new spawner (if left null, the transient package will be used). |
| PostSpawnDelegate | A delegate to perform specialized node setup post-spawn. |