Represents the save game data for the Internet Browser widget.
More...
#include "InternetBrowserSaveGame.h"
Represents the save game data for the Internet Browser widget.
◆ GetSavedBookmarks()
FORCEINLINE TArray< FBrowserBookmark > UInternetBrowserSaveGame::GetSavedBookmarks |
( |
| ) |
const |
|
inline |
Returns the saved bookmarks for the Internet Browser widget.
- Returns
- An array of FBrowserBookmark objects representing the saved bookmarks.
◆ LoadBrowser()
Loads the browser data from a save game slot.
- Parameters
-
InInternetBrowserWidget | The browser widget from which the data is to be loaded. |
- Returns
- A pointer to the loaded InternetBrowserSaveGame object if the save game exists; otherwise, nullptr.
◆ SaveBrowser()
bool UInternetBrowserSaveGame::SaveBrowser |
( |
const class UInternetBrowser * | InInternetBrowserWidget | ) |
|
|
static |
Saves the browser data to a save game slot.
- Parameters
-
InInternetBrowserWidget | The browser widget from which the data is to be saved. |
- Returns
- True if the browser data is successfully saved; otherwise, false.
The documentation for this class was generated from the following files: