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 AddKey
(
float InTime,
int32 InValue,
FKeyHandle KeyHandle
)
Remarks
Add a new key to the curve with the supplied Time and Value. The handle of the new key
Parameters
| Name | Description |
|---|---|
| KeyHandle | Optionally can specify what handle this new key should have, otherwise, it'll make a new one |