Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
enum ESizingRule
{
FixedSize,
Autosized,
UserSized,
}
Name |
Description |
---|---|
FixedSize |
The windows size fixed and cannot be resized |
Autosized |
The window size is computed from its content and cannot be resized by users |
UserSized |
The window can be resized by users |
Enum to describe how windows are sized