Navigation
API > API/Plugins > API/Plugins/SequencerScripting > API/Plugins/SequencerScripting/ExtensionLibraries
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UMovieSceneTrackExtensions
References
| Module | SequencerScripting |
| Header | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneTrackExtensions.h |
| Include | #include "ExtensionLibraries/MovieSceneTrackExtensions.h" |
Syntax
UCLASS&40;&41;
class UMovieSceneTrackExtensions : public UBlueprintFunctionLibrary
Remarks
Function library containing methods that should be hoisted onto UMovieSceneTracks for scripting
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | AddSection
(
UMovieSceneTrack* Track |
Add a new section to this track | |
| FColor | GetColorTint
(
UMovieSceneTrack* Track |
Get the color tint for this track | |
| FText | GetDisplayName
(
UMovieSceneTrack* Track |
Get this track's display name | |
| TArray< UMovieSceneSection * > | GetSections
(
UMovieSceneTrack* Track |
Access all this track's sections | |
| UMovieSceneSection * | GetSectionToKey
(
UMovieSceneTrack* Track |
Get the section to key for this track | |
| int32 | GetSortingOrder
(
UMovieSceneTrack* Track |
Get the sorting order for this track | |
| FText | GetTrackRowDisplayName
(
UMovieSceneTrack* Track, |
Get this track row's display name | |
| void | RemoveSection
(
UMovieSceneTrack* Track, |
Remove the specified section | |
| void | SetColorTint
(
UMovieSceneTrack* Track, |
Set the color tint for this track | |
| void | SetDisplayName
(
UMovieSceneTrack* Track, |
Set this track's display name | |
| void | SetSectionToKey
(
UMovieSceneTrack* Track, |
Set the section to key for this track. | |
| void | SetSortingOrder
(
UMovieSceneTrack* Track, |
Set the sorting order for this track | |
| void | SetTrackRowDisplayName
(
UMovieSceneTrack* Track, |
Set this track row's display name |