Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCurveEdInterface
Description
Get the input value for the Key with the specified index. KeyIndex must be within range ie >=0 and < NumKeys.
| Name | GetKeyIn |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include Path | #include "Math/CurveEdInterface.h" |
virtual float GetKeyIn
(
int32 KeyIndex
)