ControlDampeningFactor

A unitless number that governs the smoothing of Control input.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, BlueprintReadWrite, Category="Movement|MagicLeap",
          Meta=(ClampMin="0.5", UIMin="0.5"))
float ControlDampeningFactor

Remarks

A unitless number that governs the smoothing of Control input. Larger values will make the movement more twitchy, smaller values will make it smoother by increasing latency between Control input and object movement response by averaging multiple frames of input values. Must be greater than zero. Typical values would be between 0.5 and 10.0. This is defaulted to 7.0.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss