Tala Esenlikler
Runtime Developer Settings

Focus Min Hold Sec

Minimum time in seconds before focus can switch away from the current point.

Interaction Framework 1.0.0 UE5.7 double UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Minimum time in seconds before focus can switch away from the current point.

This numeric value (double) 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"))
double FocusMinHoldSec = 0.15;

Related Docs