Tala Esenlikler
Runtime Developer Settings

Focus Distance Weight

Weight applied to distance when scoring the best focused interaction point.

Interaction Framework 1.0.0 UE5.7 float UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Weight applied to distance when scoring the best focused interaction point.

This numeric value (float) belongs to UInteractionFrameworkRuntimeDeveloperSettings under Focus.

Project settings and default configuration use this property to shape plugin behavior before runtime objects are created. Change it when the project-wide default should differ from the plugin default.

Owner UInteractionFrameworkRuntimeDeveloperSettings
Module InteractionFrameworkRuntime
Category Focus
UPROPERTY(EditAnywhere, config, Category = "Focus", meta = (ClampMin = "0.0", UIMin = "0.0"))
float FocusDistanceWeight = 0.05f;

Related Docs