UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESelectInfo Namespace Reference

Enumerations

enum  Type : int { OnKeyPress , OnNavigation , OnMouseClick , Direct }
 

Detailed Description

Additional information about a selection event

Enumeration Type Documentation

◆ Type

Enumerator
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