Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | IGraphSerialization |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphSerialization.h |
| Include Path | #include "Graph/GraphSerialization.h" |
Syntax
class IGraphSerialization
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGraphSerialization() |
Graph/GraphSerialization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
int32 NumVertices, |
Graph/GraphSerialization.h | ||
void Reset() |
Graph/GraphSerialization.h | ||
void WriteGraphEdge
(
const FGraphVertexHandle& VertexHandleA, |
Graph/GraphSerialization.h | ||
void WriteGraphIsland
(
const FGraphIslandHandle& IslandHandle, |
Graph/GraphSerialization.h | ||
void WriteGraphProperties
(
const FGraphProperties& Properties |
Graph/GraphSerialization.h | ||
void WriteGraphVertex
(
const FGraphVertexHandle& VertexHandle, |
Graph/GraphSerialization.h |