ESelectInfo::Type

Additional information about a selection event

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

namespace ESelectInfo
{
    enum Type
    {
        OnKeyPress,
        OnNavigation,
        OnMouseClick,
        Direct,
    }
}

Values

Name

Description

OnKeyPress

User selected via a key press

OnNavigation

User selected by navigating to the item

OnMouseClick

User selected by clicking on the item

Direct

Selection was directly set in code

Remarks

Additional information about a selection event

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