UBlueprintNodeSpawner::ClearCachedTemplateNode

Removes the spawner's cached template node (if it has one), meaning that the next [GetTemplateNode()](API\Editor\BlueprintGraph\UBlueprintNodeSpawner\GetTemplateNode) call will spawn a new one (and that calls to [GetCachedTemplateNode()](API\Editor\BlueprintGraph\UBlueprintNodeSpawner\GetCachedTemplateNode) will return null).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "BlueprintNodeSpawner.h"

Source

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

Syntax

void ClearCachedTemplateNode() const

Remarks

Removes the spawner's cached template node (if it has one), meaning that the next GetTemplateNode() call will spawn a new one (and that calls to GetCachedTemplateNode() will return null).

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