IWebBrowserWindow::OnFocus

Called when browser receives/loses focus

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserWindow.h"

Syntax

void OnFocus
(
    bool SetFocus,
    bool bIsPopup
)

Remarks

Called when browser receives/loses focus

Parameters

Parameter

Description

SetFocus

Whether the window gained or lost focus.

bIsPopup

True if the coordinates are relative to a popup menu window, otherwise false.

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