Tala Esenlikler
Point Definition

Point ID

Gameplay tag id for this point, e.g., Interaction.Point.FrontDoorHandle.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimePointId FInteractionRuntimePointDefinition InteractionRuntimeTargetDefinition.h

Gameplay tag id for this point, e.g., Interaction.Point.FrontDoorHandle.

This interaction identifier (FInteractionRuntimePointId) belongs to FInteractionRuntimePointDefinition under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimePointDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
FInteractionRuntimePointId PointId;

Related Docs