Tala Esenlikler
Route Identity

Target ID

Target that owns this executable route. Use cases: - Filter route events for one interactable actor. - Pair with PointId and CommandId to uniquely identify a command in Blueprint.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimeTargetId FInteractionRuntimeRouteIdentity InteractionRouteTypes.h

Target that owns this executable route. Use cases: – Filter route events for one interactable actor. – Pair with PointId and CommandId to uniquely identify a command in Blueprint.

This interaction identifier (FInteractionRuntimeTargetId) belongs to FInteractionRuntimeRouteIdentity 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 FInteractionRuntimeRouteIdentity
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
FInteractionRuntimeTargetId TargetId;

Related Docs