Navigation
API > API/Editor > API/Editor/Sequencer
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.
| Name | FSequencerHostCapabilities |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include Path | #include "ISequencerModule.h" |
Syntax
struct FSequencerHostCapabilities
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSequencerHostCapabilities() |
ISequencerModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSupportsAddFromContentBrowser | bool | Do we support adding content from the content browser | ISequencerModule.h | |
| bSupportsCurveEditor | bool | Do we support the curve editor | ISequencerModule.h | |
| bSupportsDragAndDrop | bool | Do we support drag and drop operation | ISequencerModule.h | |
| bSupportsRecording | bool | Do we support recording | ISequencerModule.h | |
| bSupportsRenderMovie | bool | Do we support rendering to a movie | ISequencerModule.h | |
| bSupportsSaveMovieSceneAsset | bool | Should we show the Save-As button in the toolbar? | ISequencerModule.h | |
| bSupportsSidebar | bool | Do we support the sidebar widget | ISequencerModule.h | |
| bSupportsViewportSelectability | bool | Do we support selectability options in the viewport | ISequencerModule.h |