Tala Esenlikler
Runtime Developer Settings

Activation Snapshot Max Distance Origin Delta Cm

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.

Interaction Framework 1.0.0 UE5.8 float UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

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.

Owner UInteractionFrameworkRuntimeDeveloperSettings
Module InteractionFrameworkRuntime
Category Network|Activation Snapshot
UPROPERTY(EditAnywhere, config, Category = "Network|Activation Snapshot", meta = (ClampMin = "0.0", UIMin = "0.0"))
float ActivationSnapshotMaxDistanceOriginDeltaCm = 150.0f;

Related Docs