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 Copy full snippetstruct FRetryDomains Constructors Name Remarks Include Path Unreal Specifiers 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 Domains TArray< FString > The domains to use HttpRetrySystem.h Functions Public