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 |
|---|---|---|---|
| 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 | |
| Domains | TArray< FString > | The domains to use | HttpRetrySystem.h |