Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FStringCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/StringCurve.h |
| Include | #include "Curves/StringCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/StringCurve.cpp |
FKeyHandle AddKey
(
float InTime,
const FString & InValue,
FKeyHandle KeyHandle
)
Remarks
Add a new key to the curve with the supplied Time and Value. Returns the handle of the new key.
Parameters
| Name | Description |
|---|---|
| InTime | The time at which to add the key. |
| InValue | The value of the key. |
| KeyHandle | Optional handle for the new key. |