Tala Esenlikler
Runtime Developer Settings

World Grid Max Candidates

Maximum number of candidate points returned from a spatial query before detailed per-target filtering.

Interaction Framework 1.0.0 UE5.8 int32 UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Maximum number of candidate points returned from a spatial query before detailed per-target filtering.

The shipped plugin config uses 128. Lower this in dense projects only after verifying authored point ranges, because too small a candidate cap can hide valid nearby interaction points.

Owner UInteractionFrameworkRuntimeDeveloperSettings
Module InteractionFrameworkRuntime
Category World Query
UPROPERTY(EditAnywhere, config, Category = "World Query", meta = (ClampMin = "1", UIMin = "1"))
int32 WorldGridMaxCandidates = 128;

Related Docs