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.
UPROPERTY(EditAnywhere, config, Category = "Focus", meta = (ClampMin = "0.0", UIMin = "0.0"))
float FocusSwitchScoreMargin = 0.01f;