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/GraphDefaultSerialization.h |
| Include | #include "Graph/GraphDefaultSerialization.h" |
Syntax
template<typename TSerializableGraph>
class TDefaultGraphSerialization : public IGraphSerialization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSerializableGraph | Data |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSerializableGraph & | GetData () |
Overridden from IGraphSerialization
| 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, |