Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
- FCurveModel::GetInterpolationMode()
- FBezierChannelCurveModel::GetInterpolationMode()
- FBezierChannelCurveModel::GetInterpolationMode()
- FBezierChannelCurveModel::GetInterpolationMode()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include | #include "CurveModel.h" |
virtual TPair< ERichCurveInterpMode, ERichCurveTangentMode > GetInterpolationMode
&40;
const double & InTime,
ERichCurveInterpMode DefaultInterpolationMode,
ERichCurveTangentMode DefaultTangentMode
&41; const
Remarks
Get the interpolation mode to use at a specified time Interpolation mode to use at that frame
Parameters
| Name | Description |
|---|---|
| InTime | The time we are looking for an interpolation mode |
| DefaultInterpolationMode | Current default interpolation mode, returned if other keys not found or interpolation not supported |