ESelectionMode::Type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h

Include

#include "Framework/Views/ITypedTableView.h"

Syntax

namespace ESelectionMode
{
    enum Type
    {
        None,
        Single,
        SingleToggle,
        Multi,
    }
}

Values

Name

Description

None

Nothing can be selected and there is no hover cue for selection.

Single

A single item can be selected at once, or no item may be selected.

SingleToggle

A single item can be selected at once, or no item may be selected.

Multi

Multiple items can be selected at the same time.

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