Tala Esenlikler
Point Proximity Settings

Show Point Of Interest

Whether point-of-interest state is allowed before interaction range.

Interaction Framework 1.0.0 UE5.7 bool FInteractionRuntimePointProximitySettings InteractionRuntimeTargetComponent.h

Whether point-of-interest state is allowed before interaction range.

This boolean flag (bool) belongs to FInteractionRuntimePointProximitySettings 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 FInteractionRuntimePointProximitySettings
Module InteractionFrameworkRuntime
Category InteractionRuntime|Proximity
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Proximity")
bool bShowPointOfInterest = true;

Related Docs