Tala Esenlikler
Outcome Event

Target ID

Target that emitted the outcome, e.g., filter UI events to the focused interactable.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeTargetId FInteractionRuntimeOutcomeEvent InteractionEvents.h

Target that emitted the outcome, e.g., filter UI events to the focused interactable.

This interaction identifier (FInteractionRuntimeTargetId) belongs to FInteractionRuntimeOutcomeEvent under InteractionRuntime.

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

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimeOutcomeEvent
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
FInteractionRuntimeTargetId TargetId;

Related Docs