Navigation
API > API/Runtime > API/Runtime/HTTP
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include | #include "HttpManager.h" |
Syntax
struct FHttpStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MaxRequestsInQueue | The max waiting queue in http manager | |
| float | MaxTimeToConnect | The max time to successfully connect the backend |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHttpStats& Other |