Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include | #include "IWebBrowserWindow.h" |
void SetIsDisabled
&40;
bool bValue
&41;
Remarks
Disable or enable web view.
Parameters
| Name | Description |
|---|---|
| bValue | Setting this to true will prevent any updates from the background web browser. |