Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include | #include "Types/SlateEnums.h" |
Syntax
namespace ESelectInfo
{
enum Type
&123;
OnKeyPress,
OnNavigation,
OnMouseClick,
Direct,
&125;
}
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