![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/Object.h"#include "IAudioProxyInitializer.h"#include "AudioBus.generated.h"Go to the source code of this file.
Classes | |
| class | FAudioBusProxy |
| class | UAudioBus |
Namespaces | |
| namespace | AudioBusUtils |
Typedefs | |
| using | FAudioBusProxyPtr = TSharedPtr< FAudioBusProxy, ESPMode::ThreadSafe > |
Enumerations | |
| enum class | EAudioBusChannels : uint8 { Mono = 0 , Stereo = 1 , Quad = 3 , FivePointOne = 5 UMETA(DisplayName = "5.1") , SevenPointOne = 7 UMETA(DisplayName = "7.1") , MaxChannelCount = 8 } |
|
strong |