Tala Esenlikler
Route Identity

Execution Instance ID

Optional runtime instance id for a specific execution of the route. Use cases: - Separate two overlapping executions of the same target/point/command when supported. - Leave zero when only the canonical target/point/command identity is needed.

Interaction Framework 1.0.0 UE5.7 int64 FInteractionRuntimeRouteIdentity InteractionRouteTypes.h

Optional runtime instance id for a specific execution of the route. Use cases: – Separate two overlapping executions of the same target/point/command when supported. – Leave zero when only the canonical target/point/command identity is needed.

This numeric value (int64) belongs to FInteractionRuntimeRouteIdentity under InteractionRuntime.

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

Owner FInteractionRuntimeRouteIdentity
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
int64 ExecutionInstanceId = 0;

Related Docs