UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::IDownloadService Member List

This is the complete list of members for BuildPatchServices::IDownloadService, including all inherited members.

RequestAbandon(int32 RequestId)=0BuildPatchServices::IDownloadServicepure virtual
RequestCancel(int32 RequestId)=0BuildPatchServices::IDownloadServicepure virtual
RequestFile(const FString &FileUri, const FDownloadCompleteDelegate &OnCompleteDelegate, const FDownloadProgressDelegate &OnProgressDelegate)=0BuildPatchServices::IDownloadServicepure virtual
RequestFileWithHeaders(const FString &FileUri, const TMap< FString, FString > &RequestHeaders, const FDownloadCompleteDelegate &OnCompleteDelegate, const FDownloadProgressDelegate &OnProgressDelegate)=0BuildPatchServices::IDownloadServicepure virtual
~IDownloadService()BuildPatchServices::IDownloadServiceinlinevirtual