Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRichCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetKeyInterpMode
(
FKeyHandle KeyHandle, |
Set the interp mode of the specified key | Curves/RichCurve.h | |
void SetKeyInterpMode
(
FKeyHandle KeyHandle, |
Curves/RichCurve.h |
SetKeyInterpMode(FKeyHandle, ERichCurveInterpMode)
Description
Set the interp mode of the specified key
| Name | SetKeyInterpMode |
| 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 |
virtual void SetKeyInterpMode
(
FKeyHandle KeyHandle,
ERichCurveInterpMode NewInterpMode
)
SetKeyInterpMode(FKeyHandle, ERichCurveInterpMode, bool)
| Name | SetKeyInterpMode |
| 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 |
void SetKeyInterpMode
(
FKeyHandle KeyHandle,
ERichCurveInterpMode NewInterpMode,
bool bAutoSetTangents
)