Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneAudioTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h |
| Include | #include "Tracks/MovieSceneAudioTrack.h" |
Syntax
class UMovieSceneAudioTrack : public UMovieSceneNameableTrack
Remarks
Handles manipulation of audio.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneAudioTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | AddNewSound
(
USoundBase* Sound, |
Adds a new sound cue on the next available/non-overlapping row | |
| UMovieSceneSection * | AddNewSoundOnRow
(
USoundBase* Sound, |
Adds a new sound cue to the audio | |
| const TArray< UMovieSceneSection * > & | |||
| int32 | GetRowHeight () |
Get the height of this track's rows | |
| void | SetRowHeight
(
int32 NewRowHeight |
Set the height of this track's rows |
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 | Removes animation data. | ||
| void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index | |
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostRename
(
UObject* OldOuter, |
Called at the end of Rename(), but only if the rename was actually carried out |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsAMasterTrack is deprecated. Please use Cast |