Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpResponse
- IBackgroundHttpResponse::GetResponseCode()
- FBackgroundHttpResponseImpl::GetResponseCode()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpResponse.h |
| Include | #include "Interfaces/IBackgroundHttpResponse.h" |
int32 GetResponseCode() const
Remarks
Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes. Same as HttpRequest (non-background) the response code.