Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CurveFindIntervalBounds
(
const FInterpCurvePoint< T >& Start, |
Math/InterpCurvePoint.h | ||
void CurveFindIntervalBounds
(
const FInterpCurvePoint< float >& Start, |
Math/InterpCurvePoint.h | ||
void CurveFindIntervalBounds
(
const FInterpCurvePoint< FVector2D >& Start, |
Math/InterpCurvePoint.h | ||
void CurveFindIntervalBounds
(
const FInterpCurvePoint< FVector >& Start, |
Math/InterpCurvePoint.h | ||
void CurveFindIntervalBounds
(
const FInterpCurvePoint< FTwoVectors >& Start, |
Math/InterpCurvePoint.h | ||
void CurveFindIntervalBounds
(
const FInterpCurvePoint< FLinearColor >& Start, |
Math/InterpCurvePoint.h |
CurveFindIntervalBounds(const FInterpCurvePoint< T > &, const FInterpCurvePoint< T > &, T &, T &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class T, class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < T > & Start,
const FInterpCurvePoint < T > & End,
T & CurrentMin,
T & CurrentMax,
const U & Dummy
)
CurveFindIntervalBounds(const FInterpCurvePoint< float > &, const FInterpCurvePoint< float > &, float &, float &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < float > & Start,
const FInterpCurvePoint < float > & End,
float & CurrentMin,
float & CurrentMax,
const U & Dummy
)
CurveFindIntervalBounds(const FInterpCurvePoint< FVector2D > &, const FInterpCurvePoint< FVector2D > &, FVector2D &, FVector2D &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < FVector2D > & Start,
const FInterpCurvePoint < FVector2D > & End,
FVector2D & CurrentMin,
FVector2D & CurrentMax,
const U & Dummy
)
CurveFindIntervalBounds(const FInterpCurvePoint< FVector > &, const FInterpCurvePoint< FVector > &, FVector &, FVector &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < FVector > & Start,
const FInterpCurvePoint < FVector > & End,
FVector & CurrentMin,
FVector & CurrentMax,
const U & Dummy
)
CurveFindIntervalBounds(const FInterpCurvePoint< FTwoVectors > &, const FInterpCurvePoint< FTwoVectors > &, FTwoVectors &, FTwoVectors &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < FTwoVectors > & Start,
const FInterpCurvePoint < FTwoVectors > & End,
FTwoVectors & CurrentMin,
FTwoVectors & CurrentMax,
const U & Dummy
)
CurveFindIntervalBounds(const FInterpCurvePoint< FLinearColor > &, const FInterpCurvePoint< FLinearColor > &, FLinearColor &, FLinearColor &, const U &)
| Name | CurveFindIntervalBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include Path | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < FLinearColor > & Start,
const FInterpCurvePoint < FLinearColor > & End,
FLinearColor & CurrentMin,
FLinearColor & CurrentMax,
const U & Dummy
)