Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FIntegralCurve
Description
Gets the handle for the last key which is at or before the time requested. If there are no keys at or before the requested time, an invalid handle is returned.
| Name | FindKeyBeforeOrAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/IntegralCurve.h |
| Include Path | #include "Curves/IntegralCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/IntegralCurve.cpp |
FKeyHandle FindKeyBeforeOrAt
(
float KeyTime
) const