Tabs and bookmarks
Use WBP_InternetBrowser when you need tabs out of the box instead of a single Internet Browser widget.
Hierarchy
Section titled “Hierarchy”flowchart TB Root[WBP_InternetBrowser] Tabs[Tab button box] Viewport[Active WBP_InternetBrowserContent] Root --> Tabs Root --> Viewport Viewport --> IB[UInternetBrowser] Viewport --> Bar[Bookmark + history panels]
Add to your HUD
Section titled “Add to your HUD”- Add WBP_InternetBrowser to viewport (or inside Draggable Window).
- Set Initial URL on the root widget.
- Pre-fill Bookmarks in Details or call Add Bookmark To Browser Widgets at runtime.
Runtime tab flow
Section titled “Runtime tab flow”| Action | Function on WBP_InternetBrowser |
|---|---|
| New tab | Add New Tab |
| Close tab | Close Tab |
| Ctrl+Tab style | Get Next Tab / Get Previous Tab |
| Sync bookmark | Add Bookmark To Browser Widgets |
Each WBP_InternetBrowserContent exposes Get Internet Browser Widget for direct Load URL / delegate binding on the active tab.
Whitelist kiosk preset
Section titled “Whitelist kiosk preset”| Setting | Value |
|---|---|
| Show Whitelist Only | true |
| Whitelist Websites | Your allowed domains |
| Only HTTPS | true |
| Enable History | false (optional) |