![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DownloadService.h>
Inheritance diagram for BuildPatchServices::IDownload:Public Member Functions | |
| virtual | ~IDownload () |
| virtual bool | RequestSuccessful () const =0 |
| virtual bool | ResponseSuccessful () const =0 |
| virtual int32 | GetResponseCode () const =0 |
| virtual const TArray< uint8 > & | GetData () const =0 |
An interface providing access to the result of a download.
|
inlinevirtual |
Get a reference to the downloaded data held by this class.
Implemented in BuildPatchServices::FHttpDownload, and BuildPatchServices::FFileDownload.
Gets the response code, or INDEX_NONE if response failed.
Implemented in BuildPatchServices::FHttpDownload, and BuildPatchServices::FFileDownload.
Gets whether the request was successfully made.
Implemented in BuildPatchServices::FHttpDownload, and BuildPatchServices::FFileDownload.
Gets whether the response was received and indicated good status.
Implemented in BuildPatchServices::FHttpDownload, and BuildPatchServices::FFileDownload.