FInterpCurvePoint::FInterpCurvePoint

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurvePoint.h"

Syntax

FInterpCurvePoint
(
    const float In,
    const T & Out,
    const T & InArriveTangent,
    const T & InLeaveTangent,
    const EInterpCurveMode InInterpMode
)

Remarks

Constructor

Parameters

Parameter

Description

In

input value that corresponds to this key

Out

Output value of templated type

InArriveTangent

Tangent of curve arriving at this point.

InLeaveTangent

Tangent of curve leaving from this point.

InInterpMode

interpolation mode to use

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