Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > ISequencer
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/ISequencer.h |
Include | #include "ISequencer.h" |
void FocusSequenceInstance
(
UMovieSceneSubSection & Section
)
Remarks
Focuses a sub-movie scene (MovieScene within a MovieScene) in the sequencer.
Parameters
Name | Description |
---|---|
Section | The sub-movie scene section containing the sequence instance to get. |