Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FStringCurve
- FIndexedCurve::GetKeyTime()
- FStringCurve::GetKeyTime()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/StringCurve.h |
| Include | #include "Curves/StringCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/StringCurve.cpp |
virtual float GetKeyTime
(
FKeyHandle KeyHandle
) const
Remarks
Get the time for the Key with the specified index. The key's time.
Parameters
| Name | Description |
|---|---|
| KeyHandle | Handle to the key whose time to get. |