TMovieSceneChannelData< const ValueType >::FindKeys

Find the range of keys that fall around InTime +/- InTolerance up to a maximum

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

void FindKeys
(
    FFrameNumber InTime,
    int32 MaxNum,
    int32 & OutMinIndex,
    int32 & OutMaxIndex,
    FFrameNumber InTolerance
) const

Remarks

Find the range of keys that fall around InTime +/- InTolerance up to a maximum

Parameters

Parameter

Description

InTime

The time around which to search

MaxNum

A maximum number of times to find, starting with those closest to the predicate time

OutMin

The earliest index that met the conditions of the search

OutMax

The latest index that met the conditions of the search

InTolerance

The tolerance range to search around PredicateTime with

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