Maths-SmoothStep(double).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Maths
Maths.SmoothStep(double) Method
Performs smooth (Cubic Hermite) interpolation between 0.0d and 1.0d
public static double SmoothStep(double amount);
Parameters
amount System.Double
Value between 0.0d and 1.0d indicating interpolation amount