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