Tala Esenlikler

EInteractionRuntimeProximityState

Proximity relationship between an interactor and an interaction point.

Interaction Framework 1.0.0 UE5.8 Enum InteractionEvents.h

Proximity relationship between an interactor and an interaction point.

Module InteractionFrameworkAPI
Category core
UENUM(BlueprintType)
enum class EInteractionRuntimeProximityState : uint8

Values

OutOfRange 0
The point is outside usable range, e.g., no prompt, or a distant marker only.
PointOfInterest 1
The point is noticed but not yet fully interactable, e.g., soft highlight at medium distance.
Interactable 2
The point can currently be interacted with, e.g., show command prompts.

Related Docs