Enum ESoundwaveSampleRateSettings Path C++ Link /Script/AudioPlatformConfiguration.ESoundwaveSampleRateSettings underlying uint8 /Script/AudioPlatformConfiguration Values 5 NameValueHex Max00x00High10x01Medium20x02Low30x03Min40x04 Used by 1types with a member, parameter or interface of this type USoundWave // /Script/AudioPlatformConfiguration.ESoundwaveSampleRateSettings enum class ESoundwaveSampleRateSettings : uint8 { Max = 0, High = 1, Medium = 2, Low = 3, Min = 4, };