Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComputeCurveTangent
(
float PrevTime, |
Computes a tangent for the specified control point. General case, doesn't support clamping. | Math/InterpCurvePoint.h | |
void ComputeCurveTangent
(
float PrevTime, |
Computes a tangent for the specified control point. | Math/InterpCurvePoint.h | |
void ComputeCurveTangent
(
float PrevTime, |
Computes a tangent for the specified control point. | Math/InterpCurvePoint.h | |
void ComputeCurveTangent
(
float PrevTime, |
Computes a tangent for the specified control point. | Math/InterpCurvePoint.h | |
void ComputeCurveTangent
(
float PrevTime, |
Computes a tangent for the specified control point. | Math/InterpCurvePoint.h |
ComputeCurveTangent(float, const T &, float, const T &, float, const T &, float, bool, T &)
Description
Computes a tangent for the specified control point. General case, doesn't support clamping.
| Name | ComputeCurveTangent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class T>
void ComputeCurveTangent
(
float PrevTime,
const T & PrevPoint,
float CurTime,
const T & CurPoint,
float NextTime,
const T & NextPoint,
float Tension,
bool bWantClamping,
T & OutTangent
)
ComputeCurveTangent(float, const float &, float, const float &, float, const float &, float, bool, float &)
Description
Computes a tangent for the specified control point. Special case for float types; supports clamping.
| Name | ComputeCurveTangent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
void ComputeCurveTangent
(
float PrevTime,
const float & PrevPoint,
float CurTime,
const float & CurPoint,
float NextTime,
const float & NextPoint,
float Tension,
bool bWantClamping,
float & OutTangent
)
ComputeCurveTangent(float, const FVector &, float, const FVector &, float, const FVector &, float, bool, FVector &)
Description
Computes a tangent for the specified control point. Special case for FVector types; supports clamping.
| Name | ComputeCurveTangent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
void ComputeCurveTangent
(
float PrevTime,
const FVector & PrevPoint,
float CurTime,
const FVector & CurPoint,
float NextTime,
const FVector & NextPoint,
float Tension,
bool bWantClamping,
FVector & OutTangent
)
ComputeCurveTangent(float, const FVector2D &, float, const FVector2D &, float, const FVector2D &, float, bool, FVector2D &)
Description
Computes a tangent for the specified control point. Special case for FVector2D types; supports clamping.
| Name | ComputeCurveTangent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
void ComputeCurveTangent
(
float PrevTime,
const FVector2D & PrevPoint,
float CurTime,
const FVector2D & CurPoint,
float NextTime,
const FVector2D & NextPoint,
float Tension,
bool bWantClamping,
FVector2D & OutTangent
)
ComputeCurveTangent(float, const FTwoVectors &, float, const FTwoVectors &, float, const FTwoVectors &, float, bool, FTwoVectors &)
Description
Computes a tangent for the specified control point. Special case for FTwoVectors types; supports clamping.
| Name | ComputeCurveTangent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
void ComputeCurveTangent
(
float PrevTime,
const FTwoVectors & PrevPoint,
float CurTime,
const FTwoVectors & CurPoint,
float NextTime,
const FTwoVectors & NextPoint,
float Tension,
bool bWantClamping,
FTwoVectors & OutTangent
)