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

A class that manages the internet browser history. More...

#include "InternetBrowserHistoryManager.h"

Inheritance diagram for UInternetBrowserHistoryManager:
[legend]
Collaboration diagram for UInternetBrowserHistoryManager:
[legend]

Public Member Functions

void DeleteHistory (const FInternetBrowserHistory &InHistory)
 Deletes a single history entry from the internet browser history.
 

Static Public Member Functions

static UInternetBrowserHistoryManagerGetHistoryManager ()
 Returns the instance of UInternetBrowserHistoryManager. This function retrieves the instance of UInternetBrowserHistoryManager. If the instance is not created yet, it creates a new instance and adds it to the root. Subsequent calls to this function will return the same instance.
 
static void DestroyHistoryManager ()
 Removes and destroys the instance of UInternetBrowserHistoryManager.
 

Public Attributes

TArray< FInternetBrowserHistoryHistory
 

Detailed Description

A class that manages the internet browser history.

Member Function Documentation

◆ DeleteHistory()

void UInternetBrowserHistoryManager::DeleteHistory ( const FInternetBrowserHistory & InHistory)

Deletes a single history entry from the internet browser history.

This method removes the specified history entry from the internet browser history.

Parameters
InHistoryThe history entry to be deleted.

◆ DestroyHistoryManager()

void UInternetBrowserHistoryManager::DestroyHistoryManager ( )
static

Removes and destroys the instance of UInternetBrowserHistoryManager.

This function removes the instance of UInternetBrowserHistoryManager from the root and destroys it. If the instance is not created, this function does nothing.

◆ GetHistoryManager()

UInternetBrowserHistoryManager * UInternetBrowserHistoryManager::GetHistoryManager ( )
static

Returns the instance of UInternetBrowserHistoryManager. This function retrieves the instance of UInternetBrowserHistoryManager. If the instance is not created yet, it creates a new instance and adds it to the root. Subsequent calls to this function will return the same instance.

Returns
A pointer to the instance of UInternetBrowserHistoryManager.
Here is the caller graph for this function:

Member Data Documentation

◆ History

TArray<FInternetBrowserHistory> UInternetBrowserHistoryManager::History

The documentation for this class was generated from the following files: