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

Returns

System.Single

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.SmoothStep(float) Method