Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAttributeCurve
Description
Finds the key at KeyTime and returns its handle. If it can't find the key within the KeyTimeTolerance, it will return an invalid handle
| Name | FindKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributeCurve.h |
| Include Path | #include "Animation/AttributeCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Animation/AttributeCurve.cpp |
FKeyHandle FindKey
(
float KeyTime,
float KeyTimeTolerance
) const