FStringCurve::FindKey

Finds a key a the specified time.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Curves/StringCurve.h"

Source

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

Syntax

FKeyHandle FindKey
(
    float KeyTime,
    float KeyTimeTolerance
) const

Remarks

Finds a key a the specified time.

Returns

A handle to the key, or invalid key handle if not found.

Parameters

Parameter

Description

KeyTime

The time at which to find the key.

KeyTimeTolerance

The key time tolerance to use for equality.

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