IWebBrowserSchemeHandler::IHeaders::SetRedirect

Sets a redirect url for the response. Other calls will be ignored if this is used.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h

Include

#include "IWebBrowserSchemeHandler.h"

Syntax

void SetRedirect
(
    const TCHAR * Url
)

Remarks

Sets a redirect url for the response. Other calls will be ignored if this is used.

Parameters

Parameter

Description

Url

The url to redirect to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss