Skip to content

FBrowserBookmark

#include <InternetBrowserUMG/Public/InternetBrowser.h>
---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FBrowserBookmark {
    +Title : FText
    +URL : FText
    +FBrowserBookmark()
  }
struct FBrowserBookmark

Defined 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.

ReturnNameDescription
FTextTitleTitle or name of this bookmark.
FTextURLURL pointing to a website.

FText Title

Defined in InternetBrowser.h:178 Title or name of this bookmark.


FText URL

Defined in InternetBrowser.h:182 URL pointing to a website.

ReturnNameDescription
FBrowserBookmark inlineDefault constructor.

inline

inline FBrowserBookmark()

Defined in InternetBrowser.h:192 Default constructor.