Tala Esenlikler
Point Definition

Interact Enter Range

Distance where the point enters interactable state.

Interaction Framework 1.0.0 UE5.7 float FInteractionRuntimePointDefinition InteractionRuntimeTargetDefinition.h

Distance where the point enters interactable state.

This numeric value (float) belongs to FInteractionRuntimePointDefinition under InteractionRuntime|Proximity.

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

Owner FInteractionRuntimePointDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Proximity
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Proximity", meta = (ClampMin = "0.0"))
float InteractEnterRange = 220.0f;

Related Docs