Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
Struct representing a bookmark in a browser. More...
#include "InternetBrowser.h"
Public Member Functions | |
GENERATED_USTRUCT_BODY () | |
FBrowserBookmark () | |
Public Attributes | |
FText | Title |
FText | URL |
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.
|
inline |
Default constructor.
FBrowserBookmark::GENERATED_USTRUCT_BODY | ( | ) |
FText FBrowserBookmark::Title |
Title or name of this bookmark.
FText FBrowserBookmark::URL |
URL pointing to a website.