Navigation
Unreal Engine C++ API Reference > 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. |