Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FCurveEdInterface
- FCurveEdInterface::GetKeyOut()
- UDistributionFloatConstantCurve::GetKeyOut()
- UDistributionFloatConstant::GetKeyOut()
- UDistributionVectorConstantCurve::GetKeyOut()
- UDistributionFloatUniformCurve::GetKeyOut()
- UDistributionFloatUniform::GetKeyOut()
- UDistributionVectorConstant::GetKeyOut()
- UDistributionVectorUniformCurve::GetKeyOut()
- UDistributionVectorUniform::GetKeyOut()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include | #include "Math/CurveEdInterface.h" |
virtual float GetKeyOut
&40;
int32 SubIndex,
int32 KeyIndex
&41;
Remarks
Get the output value for the key with the specified index on the specified sub-curve. SubIndex must be within range ie >=0 and < NumSubCurves. KeyIndex must be within range ie >=0 and < NumKeys.