Tala Esenlikler
Multi Participant Input Settings

Tap Window Seconds

Maximum seconds between taps before a tap sequence expires.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeMultiParticipantInputSettings InteractionRuntimeTargetDefinition.h

Maximum seconds between taps before a tap sequence expires.

This numeric value (float) belongs to FInteractionRuntimeMultiParticipantInputSettings under InteractionRuntime|MultiParticipant.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Owner FInteractionRuntimeMultiParticipantInputSettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant", meta = (ClampMin = "0.01"))
float TapWindowSeconds = 0.35f;

Related Docs