Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | IWebBrowserPopupFeatures |
| Type | class |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h |
| Include Path | #include "IWebBrowserPopupFeatures.h" |
Syntax
class IWebBrowserPopupFeatures
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IWebBrowserPopupFeatures() |
IWebBrowserPopupFeatures.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetAdditionalFeatures() |
IWebBrowserPopupFeatures.h | ||
int GetHeight() |
IWebBrowserPopupFeatures.h | ||
int GetWidth() |
IWebBrowserPopupFeatures.h | ||
int GetX() |
IWebBrowserPopupFeatures.h | ||
int GetY() |
IWebBrowserPopupFeatures.h | ||
bool IsDialog() |
IWebBrowserPopupFeatures.h | ||
bool IsFullscreen() |
IWebBrowserPopupFeatures.h | ||
bool IsHeightSet() |
IWebBrowserPopupFeatures.h | ||
bool IsLocationBarVisible() |
IWebBrowserPopupFeatures.h | ||
bool IsMenuBarVisible() |
IWebBrowserPopupFeatures.h | ||
bool IsResizable() |
IWebBrowserPopupFeatures.h | ||
bool IsScrollbarsVisible() |
IWebBrowserPopupFeatures.h | ||
bool IsStatusBarVisible() |
IWebBrowserPopupFeatures.h | ||
bool IsToolBarVisible() |
IWebBrowserPopupFeatures.h | ||
bool IsWidthSet() |
IWebBrowserPopupFeatures.h | ||
bool IsXSet() |
IWebBrowserPopupFeatures.h | ||
bool IsYSet() |
IWebBrowserPopupFeatures.h |