Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ReplayTypes.h |
| Include | #include "ReplayTypes.h" |
Syntax
struct FDeltaCheckpointData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FNetworkGUID, EChannelCloseReason > | ChannelsToClose | Channels closed that were open in the previous checkpoint, and the reason why | |
| TSet< FNetworkGUID > | DestroyedDynamicActors | Destroyed dynamic actors that were active in the previous checkpoint | |
| TSet< FString > | DestroyedNetStartupActors | Net startup actors that were destroyed | |
| TArray< FString > | RecordingDeletedNetStartupActors | Net startup actors that were destroyed |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |