Navigation
API > API/Plugins > API/Plugins/GameplayGraph > API/Plugins/GameplayGraph/Graph
Inheritance Hierarchy
- IGraphSerialization
- TDefaultGraphSerialization
References
| Module | GameplayGraph |
| Header | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphSerialization.h |
| Include | #include "Graph/GraphSerialization.h" |
Syntax
class IGraphSerialization
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
int32 NumVertices, |
||
| void | Reset () |
||
| void | WriteGraphEdge
(
const FGraphVertexHandle& VertexHandleA, |
||
| void | WriteGraphIsland
(
const FGraphIslandHandle& IslandHandle, |
||
| void | WriteGraphProperties
(
const FGraphProperties& Properties |
||
| void | WriteGraphVertex
(
const FGraphVertexHandle& VertexHandle, |