FBlueprintNodeTemplateCache::ClearCachedTemplate

Wipes any nodes that were cached on behalf of the specified spawner (should be called when NodeSpawner is destroyed, in case [GetNodeTemplate()](API\Editor\BlueprintGraph\FBlueprintNodeTemplateCache\GetNodeTemplate\1) was called for it).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h

Include

#include "BlueprintNodeTemplateCache.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp

Syntax

void ClearCachedTemplate
(
    UBlueprintNodeSpawner const * NodeSpawner
)

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

Parameter

Description

NodeSpawner

The spawner we want cached node-templates cleared for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss