Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAttributeCurve
Description
Finds the key at InTime, and updates its typed value. If it can't find the key within the KeyTimeTolerance, it adds one at that time
| Name | UpdateOrAddKey |
| 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 UpdateOrAddKey
(
float InTime,
const void * InValue,
float KeyTimeTolerance
)