Tala Esenlikler

EInteractionRuntimeMultiParticipantEnterMode

Input pattern required for a player to enter a multi-participant route.

Interaction Framework 1.0.0 UE5.7 Enum InteractionMultiParticipantTypes.h

Input pattern required for a player to enter a multi-participant route.

Module InteractionFrameworkAPI
Category multi
UENUM(BlueprintType)
enum class EInteractionRuntimeMultiParticipantEnterMode : uint8

Values

Instant 0
Join from one input press, e.g., enter a two-player lift command instantly.
Hold 1
Join after holding input for the authored duration, e.g., confirm joining a ritual or revive.
MultiTap 2
Join after repeated taps, e.g., help push a heavy object by tapping to commit.

Related Docs