Tala Esenlikler
Route Progress Snapshot

Lifecycle Phase

Current lifecycle phase of the route. Use cases: - Show waiting, active, cooldown, or terminal UI states. - Stop showing progress when the route has already reached Terminal.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeRouteLifecyclePhase FInteractionRuntimeRouteProgressSnapshot InteractionRouteTypes.h

Current lifecycle phase of the route. Use cases: – Show waiting, active, cooldown, or terminal UI states. – Stop showing progress when the route has already reached Terminal.

This enum selection (EInteractionRuntimeRouteLifecyclePhase) 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")
EInteractionRuntimeRouteLifecyclePhase LifecyclePhase = EInteractionRuntimeRouteLifecyclePhase::None;

Related Docs