Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FIntegralCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/IntegralCurve.h |
| Include | #include "Curves/IntegralCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/IntegralCurve.cpp |
FKeyHandle UpdateOrAddKey
(
float InTime,
int32 Value,
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