Runtime-stable identifier for an interaction target instance.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionRuntimeTargetId
Properties
Target ID
int64 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.