![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FExponentialBackoffCurve |
| class | FManager |
| class | FRequest |
| struct | FRetryDomains |
Typedefs | |
| using | RetryLimitCountType = uint32 |
| using | RetryTimeoutRelativeSecondsType = double |
| using | FRandomFailureRateSetting = TOptional< float > |
| using | FRetryLimitCountSetting = TOptional< RetryLimitCountType > |
| using | FRetryTimeoutRelativeSecondsSetting = TOptional< RetryTimeoutRelativeSecondsType > |
| using | FRetryResponseCodes = TSet< int32 > |
| using | FRetryVerbs = TSet< FName > |
| using | FRetryDomainsPtr = TSharedPtr< FRetryDomains, ESPMode::ThreadSafe > |
Functions | |
| TOptional< double > | ReadThrottledTimeFromResponseInSeconds (FHttpResponsePtr Response) |
| RetryLimitCountType | RetryLimitCount (uint32 Value) |
| RetryTimeoutRelativeSecondsType | RetryTimeoutRelativeSeconds (double Value) |
| template<typename IntrinsicType > | |
| IntrinsicType | TZero () |
| template<> | |
| float | TZero< float > () |
| template<> | |
| RetryLimitCountType | TZero< RetryLimitCountType > () |
| template<> | |
| RetryTimeoutRelativeSecondsType | TZero< RetryTimeoutRelativeSecondsType > () |
Helpers of various types for the retry system
| typedef TOptional< RetryTimeoutRelativeSecondsType > FHttpRetrySystem::FRetryTimeoutRelativeSecondsSetting |
| TOptional< double > HTTP_API FHttpRetrySystem::ReadThrottledTimeFromResponseInSeconds | ( | FHttpResponsePtr | Response | ) |
|
inline |
|
inline |
| IntrinsicType FHttpRetrySystem::TZero | ( | ) |
|
inline |
|
inline |
|
inline |