Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpResponse
Description
Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes. Same as HttpRequest (non-background)
Derived Overrides
| Name | GetResponseCode |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpResponse.h |
| Include Path | #include "Interfaces/IBackgroundHttpResponse.h" |
int32 GetResponseCode() const
the response code.