Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FStringCurve
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 |
FKeyHandle FindKey
(
float KeyTime,
float KeyTimeTolerance
) const
Remarks
Finds a key a the specified time. A handle to the key, or invalid key handle if not found.
Parameters
| Name | Description |
|---|---|
| KeyTime | The time at which to find the key. |
| KeyTimeTolerance | The key time tolerance to use for equality. |