Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintNodeSpawner
Description
Retrieves a cached template for the node that this is set to spawn. Will NOT spawn one if it is not already cached.
| Name | GetCachedTemplateNode |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h |
| Include Path | #include "BlueprintNodeSpawner.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp |
UEdGraphNode * GetCachedTemplateNode() const
The cached template-node (if one already exists for this spawner).