Tala Esenlikler
Outcome Event

Route Identity

Canonical route identity for the emitted outcome. Legacy id fields remain for compatibility. Use cases: - Match this outcome to route/progress snapshots from the same execution. - Prefer this field in new Blueprint code when correlating interaction events.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeRouteIdentity FInteractionRuntimeOutcomeEvent InteractionEvents.h

Canonical route identity for the emitted outcome. Legacy id fields remain for compatibility. Use cases: – Match this outcome to route/progress snapshots from the same execution. – Prefer this field in new Blueprint code when correlating interaction events.

This struct value (FInteractionRuntimeRouteIdentity) belongs to FInteractionRuntimeOutcomeEvent under InteractionRuntime.

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

Owner FInteractionRuntimeOutcomeEvent
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
FInteractionRuntimeRouteIdentity RouteIdentity;

Related Docs