Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming
Inheritance Hierarchy
- FStreamingResultBase
- FGotoResult
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
Syntax
struct FGotoResult : public FStreamingResultBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FReplayCheckpointInfo | CheckpointInfo | Info about the checkpoint that was loaded as a result of the request. | |
| int64 | ExtraTimeMS | 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). |