Tala Esenlikler
UI Developer Settings

Behind Target Smoothing Speed

Smoothing speed used when the projected target moves behind the camera.

Interaction Framework 1.0.0 UE5.7 float UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Smoothing speed used when the projected target moves behind 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 BehindTargetSmoothingSpeed = 9.0f;

Related Docs