Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer > API/Plugins/ChaosCachingEditor/Sequencer/FChaosCacheTrackEditor
- ISequencerTrackEditor::SupportsSequence()
- FMovieSceneTrackEditor::SupportsSequence()
- FChaosCacheTrackEditor::SupportsSequence()
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/ChaosCacheTrackEditor.h |
| Include | #include "Sequencer/ChaosCacheTrackEditor.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Private/Sequencer/ChaosCacheTrackEditor.cpp |
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. |