Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
| |
|
| Name |
FHttpStatsHistory |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path |
#include "HttpManager.h" |
Syntax
struct FHttpStatsHistory
Constants
| Name |
Type |
Remarks |
Include Path |
| HttpHistoryCount |
int32 |
|
HttpManager.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DownloadedBytes |
int64 |
|
HttpManager.h |
|
| DurationMs |
int64 |
|
HttpManager.h |
|
| HistoryIndex |
int32 |
|
HttpManager.h |
|
| TotalDownloadedBytes |
int64 |
|
HttpManager.h |
|
| TotalDuration |
int64 |
|
HttpManager.h |
|
| TotalUploadedBytes |
int64 |
|
HttpManager.h |
|