| AllowCellular(bool bAllow) | FBackgroundURLSessionHandler | static |
| BackgroundSessionEventCompleteDelegateMap | FBackgroundURLSessionHandler | static |
| CancelDownload(const uint64 DownloadId) | FBackgroundURLSessionHandler | static |
| CreateOrFindDownload(const TArray< FString > &URLs, const float Priority, BackgroundHttpFileHashHelperRef HelperRef, const uint64 ExpectedResultSize=0) | FBackgroundURLSessionHandler | static |
| DECLARE_MULTICAST_DELEGATE_OneParam(FOnDownloadsCompletedWhileAppWasNotRunning, const bool) | FBackgroundURLSessionHandler | |
| DECLARE_MULTICAST_DELEGATE_ThreeParams(FOnDownloadMetrics, const uint64, const int32, const float) static FOnDownloadMetrics OnDownloadMetrics | FBackgroundURLSessionHandler | |
| DECLARE_MULTICAST_DELEGATE_TwoParams(FOnDownloadCompleted, const uint64, const bool) | FBackgroundURLSessionHandler | |
| DECLARE_MULTICAST_DELEGATE_TwoParams(FOnDownloadMetricsExtended, const uint64, const FBackgroundHttpRequestMetricsExtended) | FBackgroundURLSessionHandler | |
| GetCDNAnalyticsData() | FBackgroundURLSessionHandler | static |
| GetCurrentDownloadedBytes(const uint64 DownloadId) | FBackgroundURLSessionHandler | static |
| GetDownloadDebugText(const uint64 DownloadId, TArray< FString > &Output) | FBackgroundURLSessionHandler | static |
| HandleDidEnterBackground() | FBackgroundURLSessionHandler | static |
| HandleEventsForBackgroundURLSession(const FString &SessionIdentifier) | FBackgroundURLSessionHandler | static |
| HandleWillEnterForeground() | FBackgroundURLSessionHandler | static |
| InvalidDownloadId | FBackgroundURLSessionHandler | static |
| IsDownloadFinished(const uint64 DownloadId, int32 &OutResultHTTPCode, FString &OutTemporaryFilePath) | FBackgroundURLSessionHandler | static |
| OnDownloadCompleted | FBackgroundURLSessionHandler | static |
| OnDownloadMetricsExtended | FBackgroundURLSessionHandler | static |
| OnDownloadsCompletedWhileAppWasNotRunning | FBackgroundURLSessionHandler | static |
| PauseDownload(const uint64 DownloadId) | FBackgroundURLSessionHandler | static |
| ResumeDownload(const uint64 DownloadId) | FBackgroundURLSessionHandler | static |
| SaveBackgroundHttpFileHashHelperState() | FBackgroundURLSessionHandler | static |
| SetPriority(const uint64 DownloadId, const float Priority) | FBackgroundURLSessionHandler | static |
| UE_DEPRECATED(5.5, "Use new API in FBackgroundURLSessionHandler.") static bool InitBackgroundSession(const FString &SessionIdentifier) | FBackgroundURLSessionHandler | inline |
| UE_DEPRECATED(5.5, "Use new API in FBackgroundURLSessionHandler.") static void ShutdownBackgroundSession(bool bShouldFinishTasksFirst | FBackgroundURLSessionHandler | |