FPropertyTrackEditor::SupportsSequence

Returns whether a sequence is supported by this tool.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h

Include

#include "PropertyTrackEditor.h"

Syntax

virtual bool SupportsSequence
(
    UMovieSceneSequence * InSequence
) const

Remarks

Returns whether a sequence is supported by this tool.

Returns

true if the type is supported.

Parameters

Parameter

Description

InSequence

The sequence that could be supported.