Choose your operating system:
Windows
macOS
Linux
| ISequencerTrackEditor::SupportsSequence()
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
Include |
#include "PropertyTrackEditor.h" |
virtual bool SupportsSequence
(
UMovieSceneSequence * InSequence
) const
Returns whether a sequence is supported by this tool.
true if the type is supported.
Parameter |
Description |
---|---|
InSequence |
The sequence that could be supported. |