Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieSceneAudioTrack
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h |
Include | #include "Tracks/MovieSceneAudioTrack.h" |
Syntax
UCLASS (MinimalAPI)
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 |
![]() ![]() |
void | AddSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
UMovieSceneSection * | ||
![]() ![]() ![]() |
const TArray< UMovieSceneSection * > & | ||
![]() ![]() |
const TArray< UMovieSceneSection * > & | ||
![]() ![]() |
int32 | GetRowHeight () |
Get the height of this track's rows |
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
|
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
void | PostRename
(
UObject* OldOuter, |
|
![]() ![]() |
void | ||
![]() ![]() |
void | RemoveSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
void | RemoveSectionAt
(
int32 SectionIndex |
|
![]() |
void | SetRowHeight
(
int32 NewRowHeight |
Set the height of this track's rows |
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |