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 |
static bool IsTemplateOuter
&40;
UEdGraph &42; ParentGraph
&41;
Remarks
Utility method to help external systems identify if a graph they have belongs here, to the FBlueprintNodeTemplateCache system. True if the graph was allocated by a FBlueprintNodeTemplateCache (to house template nodes).
Parameters
Name | Description |
---|---|
ParentGraph | The graph you want to check. |