Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
Inheritance Hierarchy
- IGraphDeserialization
- TDefaultGraphDeserialization
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphSerialization.h |
| Include | #include "Graph/GraphSerialization.h" |
Syntax
class IGraphDeserialization
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEveryEdge
(
const TFunction< bool(const FEdgeSpecifier&)>& Lambda |
||
| void | ForEveryIsland
(
const TFunction< FGraphIslandHandle(const FGraphIslandHandle&, const FIslandConstructionData&)>& ... |
||
| void | ForEveryVertex
(
const TFunction< FGraphVertexHandle(const FGraphVertexHandle&)>& Lambda |
||
| const FGraphProperties & | |||
| int32 | NumEdges () |
||
| int32 | NumIslands () |
||
| int32 | NumVertices () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FIslandConstructionData |