Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/IHttpResponse
Description
Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes
| Name | GetResponseCode |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h |
| Include Path | #include "Interfaces/IHttpResponse.h" |
int32 GetResponseCode() const
the response code.