Input pattern required for a player to enter a multi-participant route.
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.