ClampFloatTangent

Clamps a tangent formed by the specified control point values

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h

Include

#include "Math/InterpCurvePoint.h"

Source

/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp

Syntax

float ClampFloatTangent
(
    float PrevPointVal,
    float PrevTime,
    float CurPointVal,
    float CurTime,
    float NextPointVal,
    float NextTime
)

Remarks

Clamps a tangent formed by the specified control point values

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