Proximity relationship between an interactor and an interaction point.
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.