Navigation
API > API/Plugins > API/Plugins/GameplayGraph
| Name | TGraphDeltaActionHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GameplayGraph/Source/GameplayGraph/Public/Graph/GraphIncrementalSerialization.h |
| Include Path | #include "Graph/GraphIncrementalSerialization.h" |
Syntax
template<typename TInSerializableGraph>
class TGraphDeltaActionHandler
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGraphDeltaActionHandler() |
Graph/GraphIncrementalSerialization.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TGraphDeltaActionHandler() |
Graph/GraphIncrementalSerialization.h |
Structs
| Name | Remarks |
|---|---|
| AlwaysFalse |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TSerializableGraph | TInSerializableGraph | Graph/GraphIncrementalSerialization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Flush
(
TSerializableGraph& OutGraph |
Graph/GraphIncrementalSerialization.h | ||
virtual void InitializeFromGraph
(
const TSerializableGraph& InGraph |
Graph/GraphIncrementalSerialization.h | ||
void Visit
(
const TAction& Action, |
Catch-all to remind users if their delta action handler doesn't actually support an action they created. | Graph/GraphIncrementalSerialization.h |