FPropertyTrackEditor::SupportsType

Returns whether a track class is supported by this tool.

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieSceneTools

Header

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

Include

#include "PropertyTrackEditor.h"

Syntax

virtual bool SupportsType
(
    TSubclassOf< UMovieSceneTrack > TrackClass
) const

Remarks

Returns whether a track class is supported by this tool.

Returns

true if the type is supported.

Parameters

Parameter

Description

TrackClass

The track class that could be supported.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss