Navigation
API > API/Runtime > API/Runtime/HTTP
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include | #include "HttpRetrySystem.h" |
Syntax
struct FRetryDomains
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAtomic< int32 > | ActiveIndex | 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 | |
| const TArray< FString > | Domains | The domains to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRetryDomains
(
TArray< FString >&& InDomains |