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