Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FManager
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include | #include "HttpRetrySystem.h" |
Syntax
class FHttpLogVerbosityTracker
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumRetriedRequests | Number of requests that are in a retried state. When this is non-zero, verbosity will be adjusted. | |
| FCriticalSection | NumRetriedRequestsLock | DecrementRetriedRequests can be called from game thread or http thread depends on the http request thread policy, make sure it's thread-safe | |
| ELogVerbosity::Type | OriginalVerbosity | Verbosity to restore to when there are no requests being retried | |
| ELogVerbosity::Type | TargetVerbosity | Config driven target verbosity to set to when requests are being retried. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Mark that a retried request is no longer being retried | ||
| FHttpLogVerbosityTracker & | Get () |
||
| void | Mark that a request is being retried | ||
| void | OnConfigSectionsChanged
(
const FString& IniFilename, |
||
| void | Update settings from config |