Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FIntegralCurve
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
| Name | UpdateOrAddKey |
| 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 UpdateOrAddKey
(
float InTime,
int32 Value,
float KeyTimeTolerance
)