![]() |
UCefView
|
Navigate to Edit -> Project Settings...: Engine -> Cef Settings to configure the global CEF settings for your project. Key settings include:
for more details please refer to UCefSettings
SCefView.h
header file.SCefView
widget.SCefView::SetUrl
method to load a URL into the WebView.FCefViewSettings
structure.SCefView::OnLoadStart
, SCefView::OnLoadEnd
, and SCefView::OnConsoleMessage
to handle WebView events in your C++ code.UCefView
widget to your widget hierarchy.UCefView::Url
property to load a URL into the WebView.UCefView::OnLoadStart
, UCefView::OnLoadEnd
, and UCefView::OnConsoleMessage
to handle WebView events in your Blueprint graph.UCefView provides several Blueprint widgets, you can customize your own browser with them.
WBP_CefView.uasset
The UUserWidget encapsulates a single UCefView
WBP_CefViewBrowserTab.uasset
The UUserWidget encapsulates a single UCefView, address bar and navigation buttons
WBP_CefViewSingleTabBrowserWindow.uasset
A single tab browser
WBP_CefViweMultipleTabBrowserWindow.uasset
A multiple tabs browser