Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheSequencer > FGeometryCacheTrackEditor
- ISequencerTrackEditor::SupportsType()
- FMovieSceneTrackEditor::SupportsType()
- FGeometryCacheTrackEditor::SupportsType()
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 SupportsType
&40;
TSubclassOf< UMovieSceneTrack > TrackClass
&41; 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. |