![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for BuildPatchServices::FFileDownload:Public Member Functions | |
| FFileDownload (TArray< uint8 > InDataArray, bool bInSuccess) | |
| virtual bool | RequestSuccessful () const override |
| virtual bool | ResponseSuccessful () const override |
| virtual int32 | GetResponseCode () const override |
| virtual const TArray< uint8 > & | GetData () const override |
Public Member Functions inherited from BuildPatchServices::IDownload | |
| virtual | ~IDownload () |
|
inline |
|
inlineoverridevirtual |
Get a reference to the downloaded data held by this class.
Implements BuildPatchServices::IDownload.
Gets the response code, or INDEX_NONE if response failed.
Implements BuildPatchServices::IDownload.
Gets whether the request was successfully made.
Implements BuildPatchServices::IDownload.
Gets whether the response was received and indicated good status.
Implements BuildPatchServices::IDownload.