ESizingRule

Enum to describe how windows are sized

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss