Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
InternetBrowser.cpp File Reference
#include "InternetBrowser.h"
#include <regex>
#include "WebBrowserModule.h"
#include "Async/TaskGraphInterfaces.h"
#include "Components/Button.h"
#include "Components/EditableTextBox.h"
#include "UObject/ConstructorHelpers.h"
#include "Widgets/Layout/SBox.h"
#include "Widgets/Text/STextBlock.h"
#include "InternetBrowserHistoryManager.h"
#include "InternetBrowserSaveGame.h"
#include "WebBrowser/Public/IWebBrowserCookieManager.h"
#include "WebBrowser/Public/SWebBrowser.h"
Include dependency graph for InternetBrowser.cpp:

Macros

#define IBROWSER_LOG(Param1)
 
#define IBROWSER_ERR(Param1)
 
#define LOCTEXT_NAMESPACE
 

Typedefs

typedef struct FWebBrowserCookie FCookie
 

Variables

static const FName BROWSER_IDENTIFIER_FAILSAFE
 
static const FString DEFAULT_URL
 

Macro Definition Documentation

◆ IBROWSER_ERR

#define IBROWSER_ERR ( Param1)

◆ IBROWSER_LOG

#define IBROWSER_LOG ( Param1)

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE

Typedef Documentation

◆ FCookie

typedef struct FWebBrowserCookie FCookie

Variable Documentation

◆ BROWSER_IDENTIFIER_FAILSAFE

const FName BROWSER_IDENTIFIER_FAILSAFE
static

◆ DEFAULT_URL

const FString DEFAULT_URL
static