Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FKeyHandleLookupTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/KeyHandle.h |
| Include | #include "Curves/KeyHandle.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/KeyHandle.cpp |
FKeyHandle FindOrAddKeyHandle
&40;
int32 Index
&41;
Remarks
Attempt to find the handle for the specified index, or allocate a new one if it doesn't have one A valid key handle for the specified index
Parameters
| Name | Description |
|---|---|
| Index | The index to find or allocate a handle for |