Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FRichCurve
- FRealCurve::UpdateOrAddKey()
- FRichCurve::UpdateOrAddKey()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
virtual FKeyHandle UpdateOrAddKey
(
float InTime,
float InValue,
const bool bUnwindRotation,
float KeyTimeTolerance
)
Remarks
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