Tala Esenlikler
Route Progress Snapshot

Progress Threshold

Raw value required for completion. Use cases: - Use as hold duration in seconds or required tap count depending on Pattern. - Hide numeric progress when the threshold is zero.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

Raw value required for completion. Use cases: – Use as hold duration in seconds or required tap count depending on Pattern. – Hide numeric progress when the threshold is zero.

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

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Owner FInteractionRuntimeRouteProgressSnapshot
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
float ProgressThreshold = 0.0f;

Related Docs