![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#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"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 |
| #define IBROWSER_ERR | ( | Param1 | ) |
| #define IBROWSER_LOG | ( | Param1 | ) |
| #define LOCTEXT_NAMESPACE |
| typedef struct FWebBrowserCookie FCookie |
|
static |
|
static |