ESizeRule

How should a child's size be determined

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h

Include

#include "Widgets/Layout/SSplitter.h"

Syntax

enum ESizeRule
{
    SizeToContent,
    FractionOfParent,
}

Values

Name

Description

SizeToContent

Get the DesiredSize() of the content

FractionOfParent

Use a fraction of the parent's size

Remarks

How should a child's size be determined

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