Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCollectionSequencer > FGeometryCollectionTrackEditor
- ISequencerTrackEditor::SupportsSequence()
- FMovieSceneTrackEditor::SupportsSequence()
- FGeometryCollectionTrackEditor::SupportsSequence()
References
Module | GeometryCollectionSequencer |
Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h |
Include | #include "GeometryCollectionTrackEditor.h" |
Source | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Private/GeometryCollectionTrackEditor.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. |