Tala Esenlikler
Runtime Developer Settings

Server Min Request Interval Sec

Minimum accepted interval between server interaction requests from the same source.

Interaction Framework 1.0.0 UE5.7 double UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Minimum accepted interval between server interaction requests from the same source.

This numeric value (double) belongs to UInteractionFrameworkRuntimeDeveloperSettings under Network.

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 Network
UPROPERTY(EditAnywhere, config, Category = "Network", meta = (ClampMin = "0.0", UIMin = "0.0"))
double ServerMinRequestIntervalSec = 0.07;

Related Docs