Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FOpenSequencerWatcher
Internal structure for tracking sequencers.
| Name | FOpenSequencerData |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerUtilities.h |
| Include Path | #include "SequencerUtilities.h" |
Syntax
struct FOpenSequencerData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCloseEventHandle | FDelegateHandle | Delegate handle to the Close event for the sequencer, if locally opened. | SequencerUtilities.h | |
| WeakSequencer | TWeakPtr< ISequencer > | Weak pointer to the sequencer itself, if locally opened. | SequencerUtilities.h |