Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > FMovieSceneTrackEditor
- ISequencerTrackEditor::SupportsType()
- FMovieSceneTrackEditor::SupportsType()
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
Include | #include "MovieSceneTrackEditor.h" |
bool SupportsType
(
TSubclassOf < class UMovieSceneTrack > TrackClass
) const
Remarks
Returns whether a track class is supported by this tool. true if the type is supported.
Parameters
Name | Description |
---|---|
TrackClass | The track class that could be supported. |