Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FManager
| |
|
| Name |
FHttpRetryRequestEntry |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include Path |
#include "HttpRetrySystem.h" |
Syntax
struct FHttpRetryRequestEntry
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bShouldCancel |
bool |
|
HttpRetrySystem.h |
|
| CurrentRetryCount |
uint32 |
|
HttpRetrySystem.h |
|
| CurrentRetryCountForConnectionError |
uint32 |
|
HttpRetrySystem.h |
|
| LockoutEndTimeAbsoluteSeconds |
double |
|
HttpRetrySystem.h |
|
| Request |
TSharedRef< FRequest, ESPMode::ThreadSafe > |
|
HttpRetrySystem.h |
|
| RequestStartTimeAbsoluteSeconds |
double |
|
HttpRetrySystem.h |
|
Functions
Public