Tala Esenlikler
Target ID

Value

Numeric runtime id assigned to the target. Use cases: - Treat zero as invalid when filtering Blueprint events. - Pass the value through save/debug UI when you need to identify a specific spawned target.

Interaction Framework 1.0.0 UE5.8 int64 FInteractionRuntimeTargetId InteractionFrameworkTypes.h

Numeric runtime id assigned to the target. Use cases: – Treat zero as invalid when filtering Blueprint events. – Pass the value through save/debug UI when you need to identify a specific spawned target.

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

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

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

Related Docs