Navigation
API > API/Plugins > API/Plugins/CustomizableSequencerTracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- USequencerTrackBP
References
| Module | CustomizableSequencerTracks |
| Header | /Engine/Plugins/MovieScene/CustomizableSequencerTracks/Source/CustomizableSequencerTracks/Public/SequencerTrackBP.h |
| Include | #include "SequencerTrackBP.h" |
Syntax
UCLASS&40;Blueprintable, Abstract, DisplayName&61;SequencerTrack&41;
class USequencerTrackBP : public UMovieSceneNameableTrack
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportsBlending | ||
| bool | bSupportsMultipleRows | ||
| TSubclassOf< USequencerSectionBP > | DefaultSectionType | ||
| FSlateBrush | Icon | ||
| TObjectPtr< UClass > | SupportedObjectType | ||
| TArray< TSubclassOf< USequencerSectionBP > > | SupportedSections | ||
| TSubclassOf< USequencerTrackInstanceBP > | TrackInstanceType | ||
| ECustomSequencerTrackType | TrackType |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. | |
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | ||
| bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. | |
| bool | IsEmpty () |
||
| void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index | |
| EMovieSceneTrackEasingSupportFlags | SupportsEasing
(
FMovieSceneSupportsEasingParams& Params |
||
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetAssetRegistryTags
(
TArray< FAssetRegistryTag >& OutTags |
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects |