UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHttpRetrySystem::FRetryDomains Struct Reference

#include <HttpRetrySystem.h>

Public Member Functions

 FRetryDomains (TArray< FString > &&InDomains)
 

Public Attributes

TArray< FString > Domains
 
TAtomic< int32ActiveIndex
 

Constructor & Destructor Documentation

◆ FRetryDomains()

FHttpRetrySystem::FRetryDomains::FRetryDomains ( TArray< FString > &&  InDomains)
inline

Member Data Documentation

◆ ActiveIndex

TAtomic<int32> FHttpRetrySystem::FRetryDomains::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

◆ Domains

TArray<FString> FHttpRetrySystem::FRetryDomains::Domains

The domains to use


The documentation for this struct was generated from the following file: