Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns true if the current graph contains directly the specified node. | PCGGraph.h | ||
| Returns true if the current graph contains a subgraph node using statically the specified graph, recursively. | PCGGraph.h |
Contains(UPCGNode *)
Description
Returns true if the current graph contains directly the specified node. This does not query recursively (through subgraphs).
| Name | Contains |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
bool Contains
(
UPCGNode * Node
) const
Contains(const UPCGGraph *)
Description
Returns true if the current graph contains a subgraph node using statically the specified graph, recursively.
| Name | Contains |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
bool Contains
(
const UPCGGraph * InGraph
) const