FMovieSceneClipboardKeyTrack::IterateKeys

Iterate the keys contained within this track

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h

Include

#include "MovieSceneClipboard.h"

Syntax

bool IterateKeys
(
    TFunctionRef< bool &Key)> Iter
) const

Remarks

Iterate the keys contained within this track

Parameters

Parameter

Description

Iter

Predicate function to call for every key in this track. return true to continue iteration, false to abort

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