Logical input route used by prompts that expose more than one command slot.
UENUM(BlueprintType)
enum class EInteractionInputRoute : uint8
Values
-
Primary
0 - Main command route, e.g., interact, accept, or use.
-
Secondary
1 - Alternate command route, e.g., inspect, cancel, or secondary use.
-
Tertiary
2 - Third command route for richer interaction surfaces, e.g., cycle option or preview details.
-
Quaternary
3 - Fourth command route for dense surfaces, e.g., special action or context-specific utility.