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 |
int32 GetIndex
&40;
FKeyHandle KeyHandle
&41;
Remarks
Get the index that corresponds to the specified key handle The index that corresponds to this key handle, or INDEX_NONE if the key handle is invalid
Parameters
| Name | Description |
|---|---|
| KeyHandle | The key handle to retrieve an up to date index for |