FGeometryCollectionTrackEditor::SupportsType

Returns whether a track class is supported by this tool.

Windows
MacOS
Linux

Override Hierarchy

ISequencerTrackEditor::SupportsType()

FMovieSceneTrackEditor::SupportsType()

FGeometryCollectionTrackEditor::SupportsType()

References

Module

GeometryCollectionSequencer

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h

Include

#include "GeometryCollectionTrackEditor.h"

Source

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Private/GeometryCollectionTrackEditor.cpp

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