Tala Esenlikler
Runtime Developer Settings

Focus Switch Score Margin

Score margin a new candidate must beat before replacing current focus.

Interaction Framework 1.0.0 UE5.7 float UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Score margin a new candidate must beat before replacing current focus.

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 FocusSwitchScoreMargin = 0.01f;

Related Docs