Tala Esenlikler
Runtime Developer Settings

World Grid Max Query Range Cm

Optional hard cap for the global spatial query radius. Values <= 0 leave the authored maximum interaction range uncapped.

Interaction Framework 1.0.0 UE5.8 float UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Optional hard cap for the global spatial query radius. Values <= 0 leave the authored maximum interaction range uncapped.

This numeric value (float) belongs to UInteractionFrameworkRuntimeDeveloperSettings under World Query.

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 World Query
UPROPERTY(EditAnywhere, config, Category = "World Query", meta = (ClampMin = "0.0", UIMin = "0.0"))
float WorldGridMaxQueryRangeCm = 0.0f;

Related Docs