Tala Esenlikler
Prompt Blueprint Library

GetCanonicalRouteProgressPercent

Returns route progress as a normalized percent from 0 to 1.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns route progress as a normalized percent from 0 to 1.

Use this read-only check while building core concepts logic. It does not author new target definition data by itself.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Progress
UFUNCTION(BlueprintPure, Category = "InteractionUI|Progress")
static float GetCanonicalRouteProgressPercent(const FInteractionUICanonicalRouteProjection& RouteProjection);

Parameters

Inputs

Return Value

float

Returns route progress as a normalized percent from 0 to 1.

Use Cases

  • Read canonical route progress percent and handle the missing-data case explicitly.

Related Docs