EMultiBlockLocation::Type

Block location information

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h

Include

#include "Framework/MultiBox/MultiBoxDefs.h"

Syntax

namespace EMultiBlockLocation
{
    enum Type
    {
        None      = -1,
        Start,
        Middle,
        End,
    }
}

Values

Name

Description

None

Default, either no other blocks in group or grouping style is disabled

Start

Denotes the beginning of a group, currently left most first

Middle

Denotes a middle block(s) of a group

End

Denotes the end of a group, currently the right most

Remarks

Block location information

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