Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRichCurveKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Curves/RichCurve.h | |||
FRichCurveKey
(
const FInterpCurvePoint< float >& InPoint |
Conversion constructor | Curves/RichCurve.h | |
FRichCurveKey
(
float InTime, |
Curves/RichCurve.h | ||
FRichCurveKey
(
const FInterpCurvePoint< FVector2D >& InPoint, |
Curves/RichCurve.h | ||
FRichCurveKey
(
const FInterpCurvePoint< FVector >& InPoint, |
Curves/RichCurve.h | ||
FRichCurveKey
(
const FInterpCurvePoint< FTwoVectors >& InPoint, |
Curves/RichCurve.h | ||
FRichCurveKey
(
float InTime, |
Curves/RichCurve.h |
FRichCurveKey()
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
FRichCurveKey()
FRichCurveKey(const FInterpCurvePoint< float > &)
Description
Conversion constructor
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
FRichCurveKey
(
const FInterpCurvePoint < float > & InPoint
)
FRichCurveKey(float, float)
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
FRichCurveKey
(
float InTime,
float InValue
)
FRichCurveKey(const FInterpCurvePoint< FVector2D > &, int32)
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
FRichCurveKey
(
const FInterpCurvePoint < FVector2D > & InPoint,
int32 ComponentIndex
)
FRichCurveKey(const FInterpCurvePoint< FVector > &, int32)
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
FRichCurveKey
(
const FInterpCurvePoint < FVector > & InPoint,
int32 ComponentIndex
)
FRichCurveKey(const FInterpCurvePoint< FTwoVectors > &, int32)
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
FRichCurveKey
(
const FInterpCurvePoint < FTwoVectors > & InPoint,
int32 ComponentIndex
)
FRichCurveKey(float, float, float, const float, ERichCurveInterpMode)
| Name | FRichCurveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
FRichCurveKey
(
float InTime,
float InValue,
float InArriveTangent,
const float InLeaveTangent,
ERichCurveInterpMode InInterpMode
)