Tala Esenlikler
Route Progress Snapshot

Pattern

Input pattern currently driving route progress. Use cases: - Choose between hold-fill, tap-count, and instant prompt visuals. - Explain the required input action in a Blueprint widget.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeInputPattern FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

Input pattern currently driving route progress. Use cases: – Choose between hold-fill, tap-count, and instant prompt visuals. – Explain the required input action in a Blueprint widget.

This enum selection (EInteractionRuntimeInputPattern) belongs to FInteractionRuntimeRouteProgressSnapshot under InteractionRuntime.

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

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeRouteProgressSnapshot
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
EInteractionRuntimeInputPattern Pattern = EInteractionRuntimeInputPattern::Instant;

Related Docs