Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FManager
| Name | FHttpLogVerbosityTracker |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include Path | #include "HttpRetrySystem.h" |
Syntax
class FHttpLogVerbosityTracker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpLogVerbosityTracker() |
HttpRetrySystem.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHttpLogVerbosityTracker() |
HttpRetrySystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DecrementRetriedRequests() |
Mark that a retried request is no longer being retried | HttpRetrySystem.h | |
void IncrementRetriedRequests() |
Mark that a request is being retried | HttpRetrySystem.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HttpRetrySystem.h | |||
void UpdateSettingsFromConfig() |
Update settings from config | HttpRetrySystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FHttpLogVerbosityTracker & Get() |
HttpRetrySystem.h |