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