Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FCurveEdInterface
- FCurveEdInterface::GetKeyInterpMode()
- UDistributionFloatConstantCurve::GetKeyInterpMode()
- UDistributionFloatConstant::GetKeyInterpMode()
- UDistributionVectorConstantCurve::GetKeyInterpMode()
- UDistributionFloatUniformCurve::GetKeyInterpMode()
- UDistributionFloatUniform::GetKeyInterpMode()
- UDistributionVectorConstant::GetKeyInterpMode()
- UDistributionVectorUniformCurve::GetKeyInterpMode()
- UDistributionVectorUniform::GetKeyInterpMode()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include | #include "Math/CurveEdInterface.h" |
virtual EInterpCurveMode GetKeyInterpMode
&40;
int32 KeyIndex
&41; const
Remarks
Get the interpolation mode of the specified keyframe. This can be CIM_Constant, CIM_Linear or CIM_Curve. KeyIndex must be within range ie >=0 and < NumKeys.