|
| CORE_API float | ClampFloatTangent (float PrevPointVal, float PrevTime, float CurPointVal, float CurTime, float NextPointVal, float NextTime) |
| |
| template<class T , class U > |
| void | AutoCalcTangent (const T &PrevP, const T &P, const T &NextP, const U &Tension, T &OutTan) |
| |
| template<class U > |
| void | AutoCalcTangent (const FQuat &PrevP, const FQuat &P, const FQuat &NextP, const U &Tension, FQuat &OutTan) |
| |
| 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) |
| |
| template<class T > |
| void | ComputeClampableFloatVectorCurveTangent (float PrevTime, const T &PrevPoint, float CurTime, const T &CurPoint, float NextTime, const T &NextPoint, float Tension, bool bWantClamping, T &OutTangent) |
| |
| void | ComputeCurveTangent (float PrevTime, const float &PrevPoint, float CurTime, const float &CurPoint, float NextTime, const float &NextPoint, float Tension, bool bWantClamping, float &OutTangent) |
| |
| void | ComputeCurveTangent (float PrevTime, const FVector &PrevPoint, float CurTime, const FVector &CurPoint, float NextTime, const FVector &NextPoint, float Tension, bool bWantClamping, FVector &OutTangent) |
| |
| void | ComputeCurveTangent (float PrevTime, const FVector2D &PrevPoint, float CurTime, const FVector2D &CurPoint, float NextTime, const FVector2D &NextPoint, float Tension, bool bWantClamping, FVector2D &OutTangent) |
| |
| void | ComputeCurveTangent (float PrevTime, const FTwoVectors &PrevPoint, float CurTime, const FTwoVectors &CurPoint, float NextTime, const FTwoVectors &NextPoint, float Tension, bool bWantClamping, FTwoVectors &OutTangent) |
| |
| void CORE_API | CurveFloatFindIntervalBounds (const FInterpCurvePoint< float > &Start, const FInterpCurvePoint< float > &End, float &CurrentMin, float &CurrentMax) |
| |
| void CORE_API | CurveVector2DFindIntervalBounds (const FInterpCurvePoint< FVector2D > &Start, const FInterpCurvePoint< FVector2D > &End, FVector2D &CurrentMin, FVector2D &CurrentMax) |
| |
| void CORE_API | CurveVectorFindIntervalBounds (const FInterpCurvePoint< FVector > &Start, const FInterpCurvePoint< FVector > &End, FVector &CurrentMin, FVector &CurrentMax) |
| |
| void CORE_API | CurveTwoVectorsFindIntervalBounds (const FInterpCurvePoint< FTwoVectors > &Start, const FInterpCurvePoint< FTwoVectors > &End, FTwoVectors &CurrentMin, FTwoVectors &CurrentMax) |
| |
| void CORE_API | CurveLinearColorFindIntervalBounds (const FInterpCurvePoint< FLinearColor > &Start, const FInterpCurvePoint< FLinearColor > &End, FLinearColor &CurrentMin, FLinearColor &CurrentMax) |
| |
| template<class T , class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< T > &Start, const FInterpCurvePoint< T > &End, T &CurrentMin, T &CurrentMax, const U &Dummy) |
| |
| template<class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< float > &Start, const FInterpCurvePoint< float > &End, float &CurrentMin, float &CurrentMax, const U &Dummy) |
| |
| template<class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< FVector2D > &Start, const FInterpCurvePoint< FVector2D > &End, FVector2D &CurrentMin, FVector2D &CurrentMax, const U &Dummy) |
| |
| template<class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< FVector > &Start, const FInterpCurvePoint< FVector > &End, FVector &CurrentMin, FVector &CurrentMax, const U &Dummy) |
| |
| template<class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< FTwoVectors > &Start, const FInterpCurvePoint< FTwoVectors > &End, FTwoVectors &CurrentMin, FTwoVectors &CurrentMax, const U &Dummy) |
| |
| template<class U > |
| void | CurveFindIntervalBounds (const FInterpCurvePoint< FLinearColor > &Start, const FInterpCurvePoint< FLinearColor > &End, FLinearColor &CurrentMin, FLinearColor &CurrentMax, const U &Dummy) |
| |