Returns local participant contribution 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.
UFUNCTION(BlueprintPure, Category = "InteractionUI|Progress")
static float GetCanonicalRouteLocalContributionPercent(const FInteractionUICanonicalRouteProjection& RouteProjection);
Parameters
Inputs
RouteProjection
Route projection data to inspect.
Return Value
float
Returns local participant contribution as a normalized percent from 0 to 1.
Use Cases
- Read canonical route local contribution percent and handle the missing-data case explicitly.