Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/IKeyFrameManipulator
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Curves/IKeyFrameManipulator.h |
| Include | #include "Curves/IKeyFrameManipulator.h" |
TOptional< TimeType > GetKeyTime
&40;
FKeyHandle KeyHandle
&41; const
Remarks
Get the time that corresponds to the specified key handle The time that this key exists at, or an empty container if it was not found
Parameters
| Name | Description |
|---|---|
| KeyHandle | Handle to the key to get the time for. |