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 OnFocus
&40;
bool SetFocus,
bool bIsPopup
&41;
Remarks
Called when browser receives/loses focus
Parameters
| Name | Description |
|---|---|
| SetFocus | Whether the window gained or lost focus. |
| bIsPopup | True if the coordinates are relative to a popup menu window, otherwise false. |