FIntegralCurve::FindKeyBeforeOrAt

Gets the handle for the last key which is at or before the time requested.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Curves/IntegralCurve.h"

Source

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

Syntax

FKeyHandle FindKeyBeforeOrAt
(
    float KeyTime
) const

Remarks

Gets the handle for the last key which is at or before the time requested. If there are no keys at or before the requested time, an invalid handle is returned.

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