Tala Esenlikler
Route Progress Snapshot

Progress Current

Current raw progress value. Use cases: - Divide by ProgressThreshold to draw custom normalized meters. - Show "3 / 5 taps" when the pattern uses discrete counts.

Interaction Framework 1.0.0 UE5.7 float FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

Current raw progress value. Use cases: – Divide by ProgressThreshold to draw custom normalized meters. – Show "3 / 5 taps" when the pattern uses discrete counts.

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 ProgressCurrent = 0.0f;

Related Docs