FNameCurve::GetKeyTime

Get the time for the Key with the specified index.

Windows
MacOS
Linux

Override Hierarchy

FIndexedCurve::GetKeyTime()

FNameCurve::GetKeyTime()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/NameCurve.h

Include

#include "Curves/NameCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Curves/NameCurve.cpp

Syntax

virtual float GetKeyTime
(
    FKeyHandle KeyHandle
) const

Remarks

Get the time for the Key with the specified index.

Returns

The key's time.

Parameters

Parameter

Description

KeyHandle

Handle to the key whose time to get.

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