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