Choose your operating system:
Windows
macOS
Linux
| FRichCurveKey
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
Include |
#include "Curves/RichCurve.h" |
struct FRichCurveKey
One key in a rich, editable float curve
Name | Description | ||
---|---|---|---|
|
float |
ArriveTangent |
If RCIM_Cubic, the arriving tangent at this key |
|
float |
ArriveTangentWeight |
If RCTWM_WeightedArrive or RCTWM_WeightedBoth, the weight of the left tangent |
|
TEnumAsByte< ER... |
InterpMode |
Interpolation mode between this key and the next |
|
float |
LeaveTangent |
If RCIM_Cubic, the leaving tangent at this key |
|
float |
LeaveTangentWeight |
If RCTWM_WeightedLeave or RCTWM_WeightedBoth, the weight of the right tangent |
|
TEnumAsByte< ER... |
TangentMode |
Mode for tangents at this key |
|
TEnumAsByte< ER... |
TangentWeightMode |
If either tangent at this key is 'weighted' |
|
float |
Time |
Time at this key |
|
float |
Value |
Value at this key |
Name | Description | |
---|---|---|
|
FRichCurveKey() |
|
|
FRichCurveKey ( |
Conversion constructor |
|
FRichCurveKey ( |
|
|
FRichCurveKey ( |
|
|
FRichCurveKey ( |
|
|
FRichCurveKey ( |
|
|
FRichCurveKey ( |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |