Maximum tolerated delta between a client press-time snapshot distance origin and the server-owned interactor distance origin. Snapshots outside this tolerance are ignored and server-side origins are used for activation validation.
This numeric value (float) belongs to UInteractionFrameworkRuntimeDeveloperSettings under Network|Activation Snapshot.
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 = "Network|Activation Snapshot", meta = (ClampMin = "0.0", UIMin = "0.0"))
float ActivationSnapshotMaxDistanceOriginDeltaCm = 150.0f;