Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheSequencer > FGeometryCacheTrackEditor
- ISequencerTrackEditor::SupportsSequence()
- FMovieSceneTrackEditor::SupportsSequence()
- FGeometryCacheTrackEditor::SupportsSequence()
References
Module | GeometryCacheSequencer |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
Include | #include "GeometryCacheTrackEditor.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.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. |