Navigation
API > API/Runtime > API/Runtime/HttpNetworkReplayStreaming
Inheritance Hierarchy
- FQueuedHttpRequest
- FQueuedGotoFakeCheckpoint
- FQueuedHttpRequestAddEvent
- FQueuedHttpRequestAddUser
References
| Module | HttpNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h |
| Include | #include "HttpNetworkReplayStreaming.h" |
Syntax
class FQueuedHttpRequest
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxRetries | ||
| double | NextRetryTime | ||
| TSharedPtr< class IHttpRequest, ESPMode::ThreadSafe > | Request | ||
| float | RetryDelay | ||
| int32 | RetryProgress | ||
| EQueuedHttpRequestType::Type | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueuedHttpRequest
(
const EQueuedHttpRequestType::Type InType, |
|||
FQueuedHttpRequest
(
const EQueuedHttpRequestType::Type InType, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | PreProcess
(
FHttpNetworkReplayStreamer* Streamer, |