Navigation
API > API/Runtime > API/Runtime/HTTP
| Name | FRetryDomains |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include Path | #include "HttpRetrySystem.h" |
Syntax
struct FRetryDomains
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRetryDomains
(
TArray< FString >&& InDomains |
HttpRetrySystem.h | ||
FRetryDomains
(
TArray< FString >&& InDomains, |
HttpRetrySystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveIndex | TAtomic< int32 > | Index into Domains to attempt Domains are cycled through on some errors, and when we succeed on one domain, we remain on that domain until that domain results in an error | HttpRetrySystem.h | |
| ConfigKeyName | const FString | Config key name that can be used for storing active domain for reusing during next sessions | HttpRetrySystem.h | |
| ConfigSection | const FString | Config section name that can be used for storing active domain for reusing during next sessions | HttpRetrySystem.h | |
| Domains | TArray< FString > | The domains to use | HttpRetrySystem.h |