FBlueprintNodeTemplateCache::IsTemplateOuter

Utility method to help external systems identify if a graph they have belongs here, to the [FBlueprintNodeTemplateCache](API\Editor\BlueprintGraph\FBlueprintNodeTemplateCache) system.

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

static bool IsTemplateOuter
(
    UEdGraph * ParentGraph
)

Remarks

Utility method to help external systems identify if a graph they have belongs here, to the FBlueprintNodeTemplateCache system.

Returns

True if the graph was allocated by a FBlueprintNodeTemplateCache (to house template nodes).

Parameters

Parameter

Description

ParentGraph

The graph you want to check.

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