IKeyFrameManipulator::GetKeyTime

Get the time that corresponds to the specified key handle

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Curves/IKeyFrameManipulator.h

Include

#include "Curves/IKeyFrameManipulator.h"

Syntax

TOptional< TimeType > GetKeyTime
(
    FKeyHandle KeyHandle
) const

Remarks

Get the time that corresponds to the specified key handle

Returns

The time that this key exists at, or an empty container if it was not found

Parameters

Parameter

Description

KeyHandle

Handle to the key to get the time 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