Returns current canonical route projection for the owner HUD.
Use this read-only check while building prompt UI and widget presentation logic. It does not author new target definition data by itself.
UFUNCTION(BlueprintPure, Category = "InteractionUI")
const FInteractionUICanonicalRouteProjection& GetCanonicalRouteProjection() const;
Return Value
Returns current canonical route projection for the owner HUD.
Use Cases
- Read canonical route projection and handle the missing-data case explicitly.