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