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