Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/UDistributionVectorConstant
- FCurveEdInterface::GetKeyInterpMode()
- UDistributionVectorConstant::GetKeyInterpMode()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h |
| Include | #include "Distributions/DistributionVectorConstant.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
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.