UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGotoResult Struct Reference

#include <NetworkReplayStreaming.h>

+ Inheritance diagram for FGotoResult:

Public Attributes

int64 ExtraTimeMS = -1
 
FReplayCheckpointInfo CheckpointInfo
 Info about the checkpoint that was loaded as a result of the request.
 
- Public Attributes inherited from FStreamingResultBase
EStreamingOperationResult Result = EStreamingOperationResult::Unspecified
 

Additional Inherited Members

- Public Member Functions inherited from FStreamingResultBase
virtual ~FStreamingResultBase ()
 
bool WasSuccessful () const
 

Member Data Documentation

◆ CheckpointInfo

FReplayCheckpointInfo FGotoResult::CheckpointInfo

Info about the checkpoint that was loaded as a result of the request.

◆ ExtraTimeMS

int64 FGotoResult::ExtraTimeMS = -1

Amount of extra time that the stream may need to be fast forwarded in order to reach the exact time specified (relative to the latest checkpoint before the specified time).


The documentation for this struct was generated from the following file: