Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintComponentNodeSpawner
Description
Creates a new UBlueprintComponentNodeSpawner for the specified class. Does not do any compatibility checking to ensure that the class is viable as a spawnable component (do that before calling this).
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintComponentNodeSpawner.h |
| Include Path | #include "BlueprintComponentNodeSpawner.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintComponentNodeSpawner.cpp |
static UBlueprintComponentNodeSpawner * Create
(
const struct FComponentTypeEntry & Entry
)
A newly allocated instance of this class.
Parameters
| Name | Remarks |
|---|---|
| ComponentClass | The component type you want spawned nodes to spawn. |