FMovieSceneChannelData::GetIndex

Attempt to retrieve the index of key from its handle

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h

Include

#include "Channels/MovieSceneChannelData.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelData.cpp

Syntax

int32 GetIndex
(
    FKeyHandle Handle
)

Remarks

Attempt to retrieve the index of key from its handle

Returns

The index of the key, or INDEX_NONE

Parameters

Parameter

Description

Handle

The handle to retrieve

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