Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | TGraphIncrementalSerialization |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphIncrementalSerialization.h |
| Include Path | #include "Graph/GraphIncrementalSerialization.h" |
Syntax
template<typename TSerializer, typename TDeltaActionHandler>
class TGraphIncrementalSerialization
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGraphIncrementalSerialization
(
UGraph* InGraph |
Graph/GraphIncrementalSerialization.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TGraphIncrementalSerialization() |
Graph/GraphIncrementalSerialization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeltaActionHandler | TDeltaActionHandler | Note that the assumption here is that TDeltaActionHandler is the most derived type already so we don't need to use a pointer here. | Graph/GraphIncrementalSerialization.h | |
| Graph | TWeakObjectPtr< UGraph > | Graph/GraphIncrementalSerialization.h | ||
| SerializedGraphData | TDeltaActionHandler::TSerializableGraph | Graph/GraphIncrementalSerialization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TDeltaActionHandler::TSerializableGraph & GetLatestData() |
This is not a const function as derived classes as the DeltaActionHandler may need to do a final pass on buffered data for example. | Graph/GraphIncrementalSerialization.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDeltaAction
(
TParams... Params |
Graph/GraphIncrementalSerialization.h | ||
UGraph * GetGraph() |
Graph/GraphIncrementalSerialization.h |