Tala Esenlikler
Outcome Event

Outcome

Result state for the command, e.g., Completed for success, Failed for policy rejection.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeOutcome FInteractionRuntimeOutcomeEvent InteractionEvents.h

Result state for the command, e.g., Completed for success, Failed for policy rejection.

This enum selection (EInteractionRuntimeOutcome) belongs to FInteractionRuntimeOutcomeEvent under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeOutcomeEvent
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
EInteractionRuntimeOutcome Outcome = EInteractionRuntimeOutcome::Failed;

Related Docs