Tala Esenlikler
UI Developer Settings

Position Smoothing Speed

Smoothing speed for projected widget movement while the target is in front of the camera.

Interaction Framework 1.0.0 UE5.7 float UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Smoothing speed for projected widget movement while the target is in front of the camera.

This numeric value (float) belongs to UInteractionFrameworkUIDeveloperSettings under Projection.

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 UInteractionFrameworkUIDeveloperSettings
Module InteractionFrameworkUI
Category Projection
UPROPERTY(EditAnywhere, config, Category = "Projection", meta = (ClampMin = "0.0"))
float PositionSmoothingSpeed = 18.0f;

Related Docs