Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FBrowserBookmark Struct Reference

Struct representing a bookmark in a browser. More...

#include "InternetBrowser.h"

Public Member Functions

 GENERATED_USTRUCT_BODY ()
 
 FBrowserBookmark ()
 

Public Attributes

FText Title
 
FText URL
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FBrowserBookmark()

FBrowserBookmark::FBrowserBookmark ( )
inline

Default constructor.

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FBrowserBookmark::GENERATED_USTRUCT_BODY ( )

Member Data Documentation

◆ Title

FText FBrowserBookmark::Title

Title or name of this bookmark.

◆ URL

FText FBrowserBookmark::URL

URL pointing to a website.


The documentation for this struct was generated from the following file: