Member | Type | Offset | Share |
---|---|---|---|
CompressionQuality
Platform agnostic compression quality. |
int32_t | 0x1b8 | |
StreamingPriority
Priority of this sound when streaming (lower priority streams may not always play) |
int32_t | 0x1bc | |
SampleRateQuality
Quality of sample rate conversion for platforms that opt into resampling during cook. |
ESoundwaveSampleRateSettings | 0x1c0 | |
SoundGroup | ESoundGroup | 0x1c2 | |
bLooping : 1 | char | 0x1c3 | |
bStreaming : 1 | char | 0x1c3 | |
bSeekableStreaming : 1 | char | 0x1c3 | |
LoadingBehavior
Loading behavior members are lazily initialized in const getters. |
ESoundWaveLoadingBehavior | 0x1c4 | |
bMature : 1 | char | 0x1c5 | |
bManualWordWrap : 1 | char | 0x1c5 | |
bSingleLine : 1 | char | 0x1c6 | |
bIsAmbisonics : 1 | char | 0x1c6 | |
FrequenciesToAnalyze
The frequencies (in hz) to analyze when doing baked FFT analysis. |
TArray<float> | 0x1c8 | |
CookedSpectralTimeData
The cooked spectral time data. |
TArray<FSoundWaveSpectralTimeData> | 0x1d8 | |
CookedEnvelopeTimeData
The cooked cooked envelope data. |
TArray<FSoundWaveEnvelopeTimeData> | 0x1e8 | |
InitialChunkSize
Use this to override how much audio data is loaded when this USoundWave is loaded. |
int32_t | 0x1f8 | |
SpokenText
A localized version of the text that is actually spoken phonetically in the audio. |
FString | 0x240 | |
SubtitlePriority
The priority of the subtitle. |
float | 0x250 | |
Volume
Playback volume of sound 0 to 1 - Default is 1.0. |
float | 0x254 | |
Pitch
Playback pitch for sound. |
float | 0x258 | |
NumChannels
Number of channels of multichannel data; 1 or 2 for regular mono and stereo files |
int32_t | 0x25c | |
SampleRate
Cached sample rate for displaying in the tools |
int32_t | 0x260 | |
Subtitles
Subtitle cues. |
TArray<FSubtitleCue> | 0x270 | |
Curves
Curves associated with this sound wave |
UCurveTable* | 0x280 | |
InternalCurves
Hold a reference to our internal curve so we can switch back to it if we want to |
UCurveTable* | 0x288 |