Tala Esenlikler

FInteractionRuntimeTargetId

Runtime-stable identifier for an interaction target instance.

Interaction Framework 1.0.0 UE5.8 Struct InteractionFrameworkTypes.h

Runtime-stable identifier for an interaction target instance.

Module InteractionFrameworkAPI
Category core
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionRuntimeTargetId

Properties

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.

int64

Related Docs