Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
| |
|
| Name |
FHttpFlushTimeLimit |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path |
#include "HttpManager.h" |
Syntax
struct FHttpFlushTimeLimit
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FHttpFlushTimeLimit
(
double InSoftLimitSeconds,
double InHardLimitSeconds
)
|
|
HttpManager.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| HardLimitSeconds |
double |
After we hit the soft time limit and cancel the requests, we wait some additional time for the canceled requests to go away. |
HttpManager.h |
|
| SoftLimitSeconds |
double |
Designates the amount of time we will wait during a flush before we try to cancel the request. |
HttpManager.h |
|
Functions
Public