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 |
void MoveHandle
&40;
int32 OldIndex,
int32 NewIndex
&41;
Remarks
Move the specified handle from its previous index, to its new index
Parameters
Name | Description |
---|---|
OldIndex | The previous index of the handle |
NewIndex | The new index of the handle |