Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowserView
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h |
| Include | #include "SWebBrowserView.h" |
| Source | /Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp |
void CloseBrowser&40;&41;
Remarks
Close the underlying browser object before we destruct this view. This will block until that object is fully destroyed. Calling this is optional, CEF has object lifetime requirements that mean on shutdown you must destroy browsers before exit.