Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/TKeyFrameManipulator
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Curves/KeyFrameManipulator.h |
| Include | #include "Curves/KeyFrameManipulator.h" |
void SetKeyTime
&40;
FKeyHandle KeyHandle,
TimeTypeRef NewTime
&41;
Remarks
Set the time for a key that corresponds to the specified key handle
Parameters
| Name | Description |
|---|---|
| KeyHandle | Handle to the key to set the time for |
| NewTime | The time to assign to this key |