![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ApplePlatformBackgroundHttpResponse.h>
Inheritance diagram for FApplePlatformBackgroundHttpResponse:Public Member Functions | |
| FApplePlatformBackgroundHttpResponse (int32 ResponseCode, const FString &TempContentFilePath) | |
Public Member Functions inherited from FBackgroundHttpResponseImpl | |
| FBackgroundHttpResponseImpl () | |
| virtual | ~FBackgroundHttpResponseImpl () |
| virtual int32 | GetResponseCode () const |
| virtual const FString & | GetTempContentFilePath () const |
Public Member Functions inherited from IBackgroundHttpResponse | |
| virtual | ~IBackgroundHttpResponse ()=default |
Additional Inherited Members | |
Protected Attributes inherited from FBackgroundHttpResponseImpl | |
| FString | TempContentFilePath |
| int32 | ResponseCode |
Contains implementation of some common functions that don't vary between implementation
| FApplePlatformBackgroundHttpResponse::FApplePlatformBackgroundHttpResponse | ( | int32 | ResponseCode, |
| const FString & | TempContentFilePath | ||
| ) |