TMovieSceneChannelData< const ValueType >::FindKey

Attempt to find a key at a given time and tolerance

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

int32 FindKey
(
    FFrameNumber InTime,
    FFrameNumber InTolerance
) const

Remarks

Attempt to find a key at a given time and tolerance

Returns

The index of the key closest to InTime and within InTolerance, or INDEX_NONE

Parameters

Parameter

Description

InTime

The time at which to search

InTolerance

A tolerance of frame numbers to allow either side of the specified 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