FMovieSceneChannel::GetKeyTime

Get the time for the specified key handle

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannel.h"

Source

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

Syntax

void GetKeyTime
(
    const FKeyHandle InHandle,
    FFrameNumber & OutKeyTime
)

Remarks

Get the time for the specified key handle

Parameters

Parameter

Description

InHandle

The handle of the key to get the time for

OutKeyTime

Out parameter to receive the key's time

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