Tala Esenlikler
Multi Participant Input Settings

Hold Duration Seconds

Required hold duration in seconds.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeMultiParticipantInputSettings InteractionRuntimeTargetDefinition.h

Required hold duration in seconds.

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 HoldDurationSeconds = 0.35f;

Related Docs