Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include | #include "Widgets/SWindow.h" |
Syntax
enum ESizingRule
{
FixedSize,
Autosized,
UserSized,
}
Values
| 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 |
Remarks
Enum to describe how windows are sized