Navigation
API > API/Plugins > API/Plugins/GameplayGraph
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FEdgeSpecifier | |||
| FGraphHandle | For persistence, every node in a graph is given a unique index. | ||
| FGraphIslandHandle | |||
| FGraphProperties | |||
| FGraphUniqueIndex | |||
| FGraphVertexHandle | |||
| FSerializableGraph | The minimum amount of data we need to serialize to be able to reconstruct the graph as it was. | ||
| FSerializedEdgeData | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FSerializedIslandData | |||
| IGraphDeserialization | |||
| IGraphSerialization | |||
| TDefaultGraphDeltaActionHandler | DELTA HANDLER | ||
| TDefaultGraphDeserialization | |||
| TDefaultGraphEdgeDeltaAction | |||
| TDefaultGraphIncrementalSerialization | INCREMENTAL SERIALIZER | ||
| TDefaultGraphIslandDeltaAction | |||
| TDefaultGraphIslandVertexDeltaAction | |||
| TDefaultGraphSerialization | |||
| TDefaultGraphVertexDeltaAction | |||
| TDerivedGraphDeltaAction | Copyright Epic Games, Inc. All Rights Reserved. | ||
| TGraphDeltaActionHandler | |||
| TGraphIncrementalSerialization | |||
| UGraph | A UGraph is a collection of nodes and edges. | ||
| UGraphElement | |||
| UGraphIsland | |||
| UGraphVertex |
Typedefs
| Name | Description |
|---|---|
| FDefaultGraphDeltaActionHandler | |
| FDefaultGraphDeserialization | |
| FDefaultGraphIncrementalSerialization | |
| FDefaultGraphSerialization | |
| FOnGraphEdgeCreated | |
| FOnGraphEdgeRemoved | |
| FOnGraphIslandConnectedComponentsChanged | Delegate to track when some sort of batch change has occurred on this island that probably changes its connectivity. |
| FOnGraphIslandCreated | |
| FOnGraphIslandDestroyed | Delegate to track when this island should no longer exist. |
| FOnGraphIslandVertexAdded | Delegate to track the event when the island has a node added to it. |
| FOnGraphIslandVertexRemoved | Delegate to track the event when the island has a node removed from it. |
| FOnGraphVertexCreated | |
| FOnGraphVertexParentIslandSet | |
| FOnGraphVertexRemoved | Copyright Epic Games, Inc. All Rights Reserved. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDefaultDeltaActionType | DELTA ACTIONS | ||
| EGraphElementType | |||
| EGraphIslandConnectivityChange | |||
| EGraphIslandOperations | Copyright Epic Games, Inc. All Rights Reserved. |
Functions
| Type | Name | Description | |
|---|---|---|---|