IWebBrowserWindow::SetIsDisabled

Disable or enable web view.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserWindow.h"

Syntax

void SetIsDisabled
(
    bool bValue
)

Remarks

Disable or enable web view.

Parameters

Parameter

Description

bValue

Setting this to true will prevent any updates from the background web browser.

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