IWebBrowserSchemeHandlerFactory::Create

Instantiates an appropriate handler for the given request details.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserSchemeHandler.h"

Syntax

TUniquePtr< IWebBrowserSchemeHandler > Create
(
    FString Verb,
    FString Url
)

Remarks

Instantiates an appropriate handler for the given request details.

Parameters

Parameter

Description

Verb

This is the verb used for the request (GET, PUT, POST, etc).

Url

This is the full url for the request being made.

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