![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Information about a checkpoint that was loaded as a result of a Goto Request. More...
#include <NetworkReplayStreaming.h>
Public Attributes | |
| uint32 | CheckpointStartTime = INVALID_CHECKPOINT |
| uint32 | CheckpointIndex = INVALID_CHECKPOINT |
Static Public Attributes | |
| static constexpr uint32 | INVALID_CHECKPOINT = -2 |
| Indicates an invalid checkpoint, or a bad request. | |
| static constexpr uint32 | NO_CHECKPOINT = -1 |
Information about a checkpoint that was loaded as a result of a Goto Request.
End StartStreaming Types Start Goto Types
| uint32 FReplayCheckpointInfo::CheckpointIndex = INVALID_CHECKPOINT |
| uint32 FReplayCheckpointInfo::CheckpointStartTime = INVALID_CHECKPOINT |
Indicates an invalid checkpoint, or a bad request.
Indicates that no checkpoint was loaded as a part of the request. This can happen if the requested time was before any available checkpoints.