FKeyHandleLookupTable::MoveHandle

Move the specified handle from its previous index, to its new index

Windows
MacOS
Linux

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

Syntax

void MoveHandle
(
    int32 OldIndex,
    int32 NewIndex
)

Remarks

Move the specified handle from its previous index, to its new index

Parameters

Parameter

Description

OldIndex

The previous index of the handle

NewIndex

The new index of the handle

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss