Tala Esenlikler
Resolved Prompt

Resolved Enter Hold Duration Seconds

Hold duration required to enter a multi-participant route, in seconds.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeResolvedPrompt InteractionInteractorState.h

Hold duration required to enter a multi-participant route, in seconds.

This numeric value (float) belongs to FInteractionRuntimeResolvedPrompt under InteractionRuntime.

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

Owner FInteractionRuntimeResolvedPrompt
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
float ResolvedEnterHoldDurationSeconds = 0.0f;

Related Docs