Tala Esenlikler

EInteractionInputRoute

Logical input route used by prompts that expose more than one command slot.

Interaction Framework 1.0.0 UE5.8 Enum InteractionInputTypes.h

Logical input route used by prompts that expose more than one command slot.

Module InteractionFrameworkAPI
Category core
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.

Related Docs