Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FGenericPlatformBackgroundHttpRe- > API/Runtime/BackgroundHTTP/FGenericPlatformBackgroundHttpRe-/FGenericPlatform-
Description
Gets the current URL the HTTP Request should use by comparing the URLList in the background request to the current retry number. Returns empty FString if we are "out of" retries (CurrentRetryNumber > MaxRetries) or if no valid URL.
| Name | GetURLForCurrentRetryNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/GenericPlatform/GenericPlatformBackgroundHttpRequest.cpp |
const FString GetURLForCurrentRetryNumber()