FBrowserBookmark
#include <InternetBrowserUMG/Public/InternetBrowser.h>Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FBrowserBookmark {
+Title : FText
+URL : FText
+FBrowserBookmark()
}
struct FBrowserBookmarkDefined in InternetBrowser.h:172 Struct representing a bookmark in a browser.
This struct is used to store information about a bookmark, including its title and URL. It also includes an equality operator to compare two bookmarks for equality based on their title and URL.
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
FText | Title | Title or name of this bookmark. |
FText | URL | URL pointing to a website. |
FText TitleDefined in InternetBrowser.h:178 Title or name of this bookmark.
FText URLDefined in InternetBrowser.h:182 URL pointing to a website.
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
FBrowserBookmark inline | Default constructor. |
FBrowserBookmark
Section titled “FBrowserBookmark”inline
inline FBrowserBookmark()Defined in InternetBrowser.h:192 Default constructor.