 |
bool |
AcceptsInput |
True if the window accepts input; false if the window is non-interactive |
 |
EWindowActivationPolicy |
ActivationPolicy |
The policy for activating the window upon each show |
 |
bool |
AppearsInTaskbar |
Should this window show up in the taskbar |
 |
bool |
bManualDPI |
False if the window should respond to system DPI changes, otherwise this will be handled, internally, by the application |
 |
int32 |
CornerRadius |
The radius of the corner rounding of the window |
 |
int32 |
ExpectedMaxHeight |
The expected maximum height of the window. |
 |
int32 |
ExpectedMaxWidth |
The expected maximum width of the window. |
 |
bool |
FocusWhenFirstShown |
True if this window will be focused when it is first shown |
 |
bool |
HasCloseButton |
True if this window displays an enabled close button on the toolbar area |
 |
bool |
HasOSWindowBorder |
True if the window is using the os window border instead of a slate created one |
 |
bool |
HasSizingFrame |
True if this is a user-sized window with a thick edge |
 |
float |
HeightDesiredOnScreen |
The initially desired height |
 |
bool |
IsModalWindow |
True if the window is modal (prevents interacting with its parent) |
 |
bool |
IsRegularWindow |
True if this is a vanilla window, or one being used for some special purpose: e.g. tooltip or menu |
 |
bool |
IsTopmostWindow |
True if the window should be on top of all other windows; false otherwise |
 |
float |
Opacity |
Opacity of the window (0-1) |
 |
bool |
ShouldPreserveAspectRatio |
True if the window should preserve its aspect ratio when resized by user |
 |
FWindowSizeLimits |
SizeLimits |
|
 |
bool |
SizeWillChangeOften |
True if we expect the size of this window to change often, such as if its animated, or if it recycled for tool-tips. |
 |
bool |
SupportsMaximize |
True if this window displays an enabled maximize button on the toolbar area |
 |
bool |
SupportsMinimize |
True if this window displays an enabled minimize button on the toolbar area |
 |
FString |
Title |
The title of the window |
 |
EWindowTransparency |
TransparencySupport |
The level of transparency supported by this window |
 |
EWindowType |
Type |
Window type |
 |
float |
WidthDesiredOnScreen |
The initially desired width |
 |
float |
XDesiredPositionOnScreen |
The initially desired horizontal screen position |
 |
float |
YDesiredPositionOnScreen |
The initially desired vertical screen position |