Returns last-outcome data for the current projection.
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 FInteractionUIOutcomeProjection& GetCurrentOutcomeProjection() const;
Return Value
Returns last-outcome data for the current projection.
Use Cases
- Read current outcome projection and handle the missing-data case explicitly.