Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowserView
Description
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.
| Name | CloseBrowser |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h |
| Include Path | #include "SWebBrowserView.h" |
| Source | /Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp |
void CloseBrowser()