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.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
float ProgressCurrent = 0.0f;