Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCurveEdInterface
Description
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.
| Name | GetKeyOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include Path | #include "Math/CurveEdInterface.h" |
virtual float GetKeyOut
(
int32 SubIndex,
int32 KeyIndex
)