Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include | #include "ISequencerModule.h" |
Syntax
struct FSequencerHostCapabilities
Remarks
Sequencer host functionality capabilities. These are no longer based on whether or not there is a Toolkit host as we may have a toolkit host outside of conditions where these are supported.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportsCurveEditor | Do we support the curve editor | |
| bool | bSupportsRecording | Do we support recording | |
| bool | bSupportsRenderMovie | Do we support rendering to a movie | |
| bool | bSupportsSaveMovieSceneAsset | Should we show the Save-As button in the toolbar? |
Constructors
| Type | Name | Description | |
|---|---|---|---|