![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HttpRetrySystem.h>
Public Member Functions | |
| FRetryDomains (TArray< FString > &&InDomains) | |
Public Attributes | |
| TArray< FString > | Domains |
| TAtomic< int32 > | ActiveIndex |
|
inline |
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
| TArray<FString> FHttpRetrySystem::FRetryDomains::Domains |
The domains to use