Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the interp mode used for keys in this curve | Curves/SimpleCurve.h | ||
virtual ERichCurveInterpMode GetKeyInterpMode
(
FKeyHandle KeyHandle |
Get the interp mode of the specified key | Curves/SimpleCurve.h |
GetKeyInterpMode()
Description
Get the interp mode used for keys in this curve
| Name | GetKeyInterpMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h |
| Include Path | #include "Curves/SimpleCurve.h" |
ERichCurveInterpMode GetKeyInterpMode() const
GetKeyInterpMode(FKeyHandle)
Description
Get the interp mode of the specified key
| Name | GetKeyInterpMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h |
| Include Path | #include "Curves/SimpleCurve.h" |
virtual ERichCurveInterpMode GetKeyInterpMode
(
FKeyHandle KeyHandle
) const