FKeyHandleLookupTable::GetIndex

Get the index that corresponds to the specified key handle

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

int32 GetIndex
(
    FKeyHandle KeyHandle
)

Remarks

Get the index that corresponds to the specified key handle

Returns

The index that corresponds to this key handle, or INDEX_NONE if the key handle is invalid

Parameters

Parameter

Description

KeyHandle

The key handle to retrieve an up to date index for

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