UMovieSceneSequenceExtensions::SetMarkedFrame

Sets the frame number for the given marked frame index.

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 void SetMarkedFrame
(
    UMovieSceneSequence * Sequence,
    int32 InMarkIndex,
    FFrameNumber InFrameNumber
)

Remarks

Sets the frame number for the given marked frame index. Does not maintain sort. Call SortMarkedFrames

The given user marked frame index to edit The frame number to set

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