ESizeRule

How should a child's size be determined

Choose your operating system:

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