Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
enum EAutoCenter
{
None,
PrimaryWorkArea,
PreferredWorkArea,
}
Name |
Description |
---|---|
None |
Don't auto-center the window |
PrimaryWorkArea |
Auto-center the window on the primary work area |
PreferredWorkArea |
Auto-center the window on the preferred work area, determined using GetPreferredWorkArea() |
Notification that a window has been activated Notification that a window has been deactivated Notification that a window is about to be closed Notification that a window has been moved Override delegate for RequestDestroyWindow Called when we need to switch game worlds for a window Enum to describe how to auto-center an SWindow