FInterpCurve::CalcBounds

Calculate the min/max out value that can be returned by this InterpCurve.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurve.h"

Syntax

void CalcBounds
(
    T & OutMin,
    T & OutMax,
    const T & Default
) const

Remarks

Calculate the min/max out value that can be returned by this InterpCurve.

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