Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UInputModifierSmoothDelta
Syntax
UPROPERTY (EditInstanceOnly, BlueprintReadWrite, Category=Settings, Config,
Meta=(EditCondition="SmoothingMethod == ENormalizeInputSmoothingType::Interp_Ease_In ||SmoothingMethod == ENormalizeInputSmoothingType::Interp_Ease_Out || SmoothingMethod == ENormalizeInputSmoothingType::Interp_Ease_In_Out"))
float EasingExponent
Remarks
For ease functions, this controls the degree of the curve.
This only affects the Interp_Ease_In, Interp_Ease_Out, and Interp_Ease_In_Out smoothing methods