Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
struct FArguments : public TSlateBaseNamedArgs< SWindow >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
ActivationPolicy ( |
When should this window be activated upon being shown? |
|
WidgetArgsTy... |
AdjustInitialSizeAndPositionForDPIScale ( |
If the initial ClientSize and ScreenPosition arguments should be automatically adjusted to account for DPI scale |
|
WidgetArgsTy... |
AutoCenter ( |
The windows auto-centering mode. |
|
WidgetArgsTy... |
bDragAnywhere ( |
When true, the window can be dragged from anywhere. |
|
WidgetArgsTy... |
bManualManageDPI ( |
True if this window will self handle any eventual DPI adjustments |
|
WidgetArgsTy... |
ClientSize ( |
What the initial size of the window should be. |
|
NamedSlotPro... |
Content() |
|
|
WidgetArgsTy... |
CreateTitleBar ( |
True if we should initially create a traditional title bar area. |
|
WidgetArgsTy... |
FocusWhenFirstShown ( |
Should this window be focused immediately after it is shown? |
|
WidgetArgsTy... |
HasCloseButton ( |
Does this window have a close button? |
|
WidgetArgsTy... |
InitialOpacity ( |
The initial opacity of the window |
|
WidgetArgsTy... |
IsInitiallyMaximized ( |
Is the window initially maximized |
|
WidgetArgsTy... |
IsInitiallyMinimized ( |
Is the window initially minimized |
|
WidgetArgsTy... |
IsPopupWindow ( |
True if this should be a 'pop-up' window |
|
WidgetArgsTy... |
IsTopmostWindow ( |
True if this window should always be on top of all other windows |
|
WidgetArgsTy... |
LayoutBorder ( |
The padding around the edges of the window applied to it's content. |
|
WidgetArgsTy... |
MaxHeight ( |
The biggest height this window can be in Desktop Pixel Units. |
|
WidgetArgsTy... |
MaxWidth ( |
The biggest width this window can be in Desktop Pixel Units. |
|
WidgetArgsTy... |
MinHeight ( |
The smallest height this window can be in Desktop Pixel Units. |
|
WidgetArgsTy... |
MinWidth ( |
The smallest width this window can be in Desktop Pixel Units. |
|
WidgetArgsTy... |
SaneWindowPlacement ( |
If the window appears off screen or is too large to safely fit this flag will force realistic constraints on the window and bring it back into view. |
|
WidgetArgsTy... |
ScreenPosition ( |
Screen-space position where the window should be initially located. |
|
WidgetArgsTy... |
ShouldPreserveAspectRatio ( |
Should this window preserve its aspect ratio when resized by user? |
|
WidgetArgsTy... |
SizingRule ( |
How the window should be sized |
|
WidgetArgsTy... |
Style ( |
Style used to draw this window |
|
WidgetArgsTy... |
SupportsMaximize ( |
Can this window be maximized? |
|
WidgetArgsTy... |
SupportsMinimize ( |
Can this window be minimized? |
|
WidgetArgsTy... |
SupportsTransparency ( |
Should this window support transparency |
|
WidgetArgsTy... |
Title ( |
Title of the window |
|
WidgetArgsTy... |
Type ( |
Type of this window |
|
WidgetArgsTy... |
UseOSWindowBorder ( |
Use the default os look for the border of the window |
|
WidgetArgsTy... |
UserResizeBorder ( |
The margin around the edges of the window that will be detected as places the user can grab to resize the window. |
Name | Description | ||
---|---|---|---|
|
operator[] ( |
Name |
Description |
---|---|
WidgetArgsType |
Name | Description | ||
---|---|---|---|
|
ActivateWhenFirstShown ( |
ActivateWhenFirstShown(bool) is deprecated. Please use ActivationPolicy(EWindowActivationPolicy) instead |