Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserSchemeHandler
An interface for setting response headers emulating a http implementation.
| Name | IHeaders |
| Type | class |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h |
| Include Path | #include "IWebBrowserSchemeHandler.h" |
Syntax
class IHeaders
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetContentLength
(
int32 ContentLength |
Sets the content length for the response. | IWebBrowserSchemeHandler.h | |
void SetHeader
(
const TCHAR* Key, |
Sets a header for the response. | IWebBrowserSchemeHandler.h | |
void SetMimeType
(
const TCHAR* MimeType |
Sets the mime type for the response. | IWebBrowserSchemeHandler.h | |
void SetRedirect
(
const TCHAR* Url |
Sets a redirect url for the response. Other calls will be ignored if this is used. | IWebBrowserSchemeHandler.h | |
void SetStatusCode
(
int32 StatusCode |
Sets the status code for the response. | IWebBrowserSchemeHandler.h |