Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FPropertyTrackEditor
- ISequencerTrackEditor::SupportsSequence()
- FMovieSceneTrackEditor::SupportsSequence()
- FPropertyTrackEditor::SupportsSequence()
- FSpawnTrackEditor::SupportsSequence()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
| Include | #include "PropertyTrackEditor.h" |
virtual bool SupportsSequence
&40;
UMovieSceneSequence &42; InSequence
&41; const
Remarks
Returns whether a sequence is supported by this tool. true if the type is supported.
Parameters
| Name | Description |
|---|---|
| InSequence | The sequence that could be supported. |