UMovieSceneSequenceExtensions::DeleteMarkedFrame

Delete the user marked frame by index. The index to the user marked frame to delete

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 DeleteMarkedFrame
(
    UMovieSceneSequence * Sequence,
    int32 DeleteIndex
)

Remarks

Delete the user marked frame by index.

The index to the user marked frame to delete

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