Maximum number of dirty spatial-grid updates processed per tick.
The shipped plugin config uses 128. Increase when many target components move or refresh in the same frame; reduce only when grid maintenance becomes a measurable cost.
UPROPERTY(EditAnywhere, config, Category = "World Query", meta = (ClampMin = "1", UIMin = "1"))
int32 WorldGridDirtyUpdateBudgetPerTick = 128;