Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintNodeTemplateCache
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h |
| Include | #include "BlueprintNodeTemplateCache.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp |
void ClearCachedTemplate
&40;
UBlueprintNodeSpawner const &42; NodeSpawner
&41;
Remarks
Wipes any nodes that were cached on behalf of the specified spawner (should be called when NodeSpawner is destroyed, in case GetNodeTemplate() was called for it).
Parameters
| Name | Description |
|---|---|
| NodeSpawner | The spawner we want cached node-templates cleared for. |