FInterpCurvePoint

Template for interpolation points.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurvePoint.h"

Syntax

template<class T>
class FInterpCurvePoint

Remarks

Template for interpolation points.

Interpolation points are used for describing the shape of interpolation curves.

Variables

Name Description

Public variable

T

 

ArriveTangent

Tangent of curve arrive this point.

Public variable

TEnumAsByte< EI...

 

InterpMode

Interpolation mode between this point and the next one.

Public variable

float

 

InVal

Float input value that corresponds to this key (eg. time).

Public variable

T

 

LeaveTangent

Tangent of curve leaving this point.

Public variable

T

 

OutVal

Output value of templated type when input is equal to InVal.

Constructors

Name Description

Public function

FInterpCurvePoint()

Default constructor (no initialization).

Public function

FInterpCurvePoint

(
    const float In,
    const T& Out
)

Constructor

Public function

FInterpCurvePoint

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

Constructor

Functions

Name Description

Public function Const

bool

 

IsCurveKey()

See Also

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