UMovieSceneSequenceExtensions::FindNextMarkedFrame

Find the next/previous user marked frame from the given frame number

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneSequenceExtensions.h

Include

#include "ExtensionLibraries/MovieSceneSequenceExtensions.h"

Source

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Private/ExtensionLibraries/MovieSceneSequenceExtensions.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Sequence", Meta=(ScriptMethod))
static int32 FindNextMarkedFrame
(
    UMovieSceneSequence * Sequence,
    FFrameNumber InFrameNumber,
    bool bForward
)

Remarks

Find the next/previous user marked frame from the given frame number

The frame number to find the next/previous user marked frame from Find forward from the given frame number.

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