Navigation
API > API/Plugins > API/Plugins/PCGToolset > API/Plugins/PCGToolset/UPCGToolset
Description
Returns the complete structure of a PCG graph including all nodes, connections, exposed parameters, and comment boxes.
| Name | GetGraphStructure |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/PCGToolset/Source/PCGToolset/Public/PCGToolset.h |
| Include Path | #include "PCGToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/PCGToolset/Source/PCGToolset/Private/PCGToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="PCG|GraphParams")
static FPCGGraphStructure GetGraphStructure
(
const UPCGGraph * Graph
)
FPCGGraphStructure with graph name, description, nodes, and edges
Parameters
| Name | Remarks |
|---|---|
| Graph | Graph to inspect |