Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRealCurve
Description
Finds the key at InTime, and updates its value. If it can't find the key within the KeyTimeTolerance, it adds one at that time
Derived Overrides
| Name | UpdateOrAddKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RealCurve.h |
| Include Path | #include "Curves/RealCurve.h" |
virtual FKeyHandle UpdateOrAddKey
(
float InTime,
float InValue,
const bool bUnwindRotation,
float KeyTimeTolerance
)