Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | FBrowserContextSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h |
| Include Path | #include "IWebBrowserSingleton.h" |
Syntax
struct FBrowserContextSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBrowserContextSettings
(
const FString& InId |
IWebBrowserSingleton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AcceptLanguageList | FString | IWebBrowserSingleton.h | ||
| bEnableNetSecurityExpiration | bool | IWebBrowserSingleton.h | ||
| bIgnoreCertificateErrors | bool | IWebBrowserSingleton.h | ||
| bPersistSessionCookies | bool | IWebBrowserSingleton.h | ||
| CookieStorageLocation | FString | IWebBrowserSingleton.h | ||
| Id | FString | IWebBrowserSingleton.h | ||
| OnBeforeContextResourceLoad | FOnBeforeContextResourceLoadDelegate | IWebBrowserSingleton.h |