Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h |
Include |
#include "Tracks/MovieSceneAudioTrack.h" |
class UMovieSceneAudioTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Handles manipulation of audio.
Name | Description | |
---|---|---|
|
UMovieSceneAudioTrack ( |
Name | Description | ||
---|---|---|---|
|
UMovieSceneS... |
AddNewSound ( |
Adds a new sound cue on the next available/non-overlapping row |
|
UMovieSceneS... |
AddNewSoundOnRow ( |
Adds a new sound cue to the audio |
|
const TArray... |
GetAudioSections() |
|
|
GetRowHeight() |
Get the height of this track's rows |
|
|
IsAMasterTrack() |
||
|
SetRowHeight ( |
Set the height of this track's rows |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
UMovieSceneS... |
CreateNewSection() |
Generates a new section suitable for use with this track. |
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
HasSection ( |
Checks to see if the section is in this track. |
|
|
IsEmpty() |
||
|
RemoveAllAnimationData() |
Removes animation data. |
|
|
RemoveSection ( |
Removes a section from this track. |
|
|
RemoveSectionAt ( |
Removes a section from this track at a particular index |
|
|
SupportsMultipleRows() |
||
|
SupportsType ( |
Does this track support this section class type? |
Name | Description | ||
---|---|---|---|
|
FMovieSceneE... |
CreateTemplateForSection ( |
Create a movie scene eval template for the specified section |