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

Enumerations

enum  Type : int { None , Single , SingleToggle , Multi }
 

Enumeration Type Documentation

◆ Type

Enumerator
None 

Nothing can be selected and there is no hover cue for selection. You can still handle mouse button events though.

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. You can click the item to toggle selection on and off.

Multi 

Multiple items can be selected at the same time.