Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneAudioSection.h |
Include |
#include "Sections/MovieSceneAudioSection.h" |
class UMovieSceneAudioSection : public UMovieSceneSection
Audio section, for use in the master audio, or by attached audio objects
Name | Description | |
---|---|---|
|
UMovieSceneAudioSection ( |
Name | Description | ||
---|---|---|---|
|
ForEachInput |
||
|
ForEachInput |
Overloads for each input type, const |
|
|
ForEachInput |
||
|
ForEachInput |
||
|
const FMovie... |
GetAttachActorData() |
|
|
USceneCompon... |
GetAttachComponent ( |
|
|
USoundAttenu... |
GetAttenuationSettings() |
|
|
GetLooping() |
||
|
const FOnAud... |
GetOnAudioFinished() |
Called when we finish playing audio, either because it played to completion or because a Stop() call turned it off early |
|
const FOnAud... |
GetOnAudioPlaybackPercent() |
|
|
const FOnQue... |
GetOnQueueSubtitles() |
Called when subtitles are sent to the SubtitleManager. |
|
GetOverrideAttenuation() |
||
|
float |
GetPitchMultiplier ( |
Return the pitch multiplier |
|
const FMovie... |
GetPitchMultiplierChannel() |
Gets the sound pitch curve |
|
USoundBase &... |
GetSound() |
Gets the sound for this section |
|
float |
GetSoundVolume ( |
Return the sound volume |
|
const FMovie... |
GetSoundVolumeChannel() |
Gets the sound volume curve |
|
GetStartOffset() |
Get the offset into the beginning of the audio clip |
|
|
GetSuppressSubtitles() |
||
|
SetOnAudioFinished ( |
Called when we finish playing audio, either because it played to completion or because a Stop() call turned it off early |
|
|
SetOnAudioPlaybackPercent ( |
||
|
SetOnQueueSubtitles ( |
Called when subtitles are sent to the SubtitleManager. |
|
|
SetSound ( |
Sets this section's sound |
|
|
SetStartOffset ( |
Set the offset into the beginning of the audio clip |
Name | Description | ||
---|---|---|---|
|
EMovieSceneC... |
CacheChannelProxy() |
Cache this section's channel proxy |
|
GetAutoSizeRange() |
Returns the range to auto size this section to, if there is one. |
|
|
GetOffsetTime() |
The optional offset time of this section |
|
|
MigrateFrameTimes ( |
Migrate the frame times of the movie scene section from the source frame rate to the destination frame rate |
|
|
UMovieSceneS... |
SplitSection ( |
Split a section in two at the split time |
|
TrimSection ( |
Trim a section at the trim time |
Name | Description | ||
---|---|---|---|
|
PostEditImport() |
Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization |
|
|
PostLoad() |
~UObject interface |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |