Tala Esenlikler
Outcome Projection

Has Last Outcome

True when LastOutcome contains meaningful data.

Interaction Framework 1.0.0 UE5.8 bool FInteractionUIOutcomeProjection InteractionViewModel.h

True when LastOutcome contains meaningful data.

This boolean flag (bool) belongs to FInteractionUIOutcomeProjection under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Owner FInteractionUIOutcomeProjection
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
bool bHasLastOutcome = false;

Related Docs