ISequencer::OnAddTrack

Should be called after adding a track to the MovieScene.

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISequencer.h

Include

#include "ISequencer.h"

Syntax

void OnAddTrack
(
    const TWeakObjectPtr< UMovieSceneTrack > & InTrack,
    const FGuid & ObjectBinding
)

Remarks

Should be called after adding a track to the MovieScene. This will set the specified track as your current selection cause it to throb, notify the sequence to rebuild any data required. The track will be added to the selected folder unless ObjectBinding points to a valid FGuid.

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