Tala Esenlikler

FInteractionRuntimePointProximitySettings

Runtime proximity thresholds for one interaction point.

Interaction Framework 1.0.0 UE5.7 Struct InteractionRuntimeTargetComponent.h

Runtime proximity thresholds for one interaction point.

Module InteractionFrameworkRuntime
Category runtime
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimePointProximitySettings

Properties

Point Proximity Settings

Show Point Of Interest

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

bool
Point Proximity Settings

POI Enter Range

Distance where point-of-interest state starts, in centimeters.

float
Point Proximity Settings

Interact Enter Range

Distance where interactable state starts, in centimeters.

float
Point Proximity Settings

POI Exit Delta

Extra distance before leaving point-of-interest state.

float
Point Proximity Settings

Interact Exit Delta

Extra distance before leaving interactable state.

float
Point Proximity Settings

POI Min View Dot

Minimum view alignment required for point-of-interest state.

float
Point Proximity Settings

Interact Min View Dot

Minimum view alignment required for interactable state.

float

Related Docs