ESizingRule

Enum to describe how windows are sized

Choose your operating system:

Windows

macOS

Linux

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