UMovieSceneFolderExtensions::RemoveChildMasterTrack

Remove a master track from the given folder

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

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

Include

#include "ExtensionLibraries/MovieSceneFolderExtensions.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editor Scripting | Sequencer Tools | Folders",
          Meta=(ScriptMethod))
static bool RemoveChildMasterTrack
(
    UMovieSceneFolder * Folder,
    UMovieSceneTrack * InMasterTrack
)

Remarks

Remove a master track from the given folder

Returns

True if the removal succeeds

Parameters

Parameter

Description

Folder

The folder from which to remove a track

InMasterTrack

The track to remove

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