![]() |
UCefView 1.0.19
Install On Fab
World's highest-performance WebView plugin for Unreal Engine. UCefView delivers GPU-accelerated rendering, seamless cross-platform integration and both C++ code and Blueprint development approaches.
|
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