![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioMixerBus.h>
Inheritance diagram for Audio::FMixerAudioBus:Public Member Functions | |
| FMixerAudioBus (FMixerSourceManager *SourceManager, bool bInIsAutomatic, int32 InNumChannels, const FAudioBusKey InBusKey) | |
| ~FMixerAudioBus () | |
| void | AddNewPatchOutput (const FPatchOutputStrongPtr &InPatchOutputStrongPtr) |
| void | AddNewPatchInput (const FPatchInput &InPatchInput) |
| void | RemovePatchInput (const FPatchInput &InPatchInput) |
Public Member Functions inherited from Audio::IAudioMixerRenderStep | |
| virtual | ~IAudioMixerRenderStep ()=default |
| Audio::FMixerAudioBus::FMixerAudioBus | ( | FMixerSourceManager * | SourceManager, |
| bool | bInIsAutomatic, | ||
| int32 | InNumChannels, | ||
| const FAudioBusKey | InBusKey | ||
| ) |
| Audio::FMixerAudioBus::~FMixerAudioBus | ( | ) |
| void Audio::FMixerAudioBus::AddNewPatchInput | ( | const FPatchInput & | InPatchInput | ) |
| void Audio::FMixerAudioBus::AddNewPatchOutput | ( | const FPatchOutputStrongPtr & | InPatchOutputStrongPtr | ) |
| void Audio::FMixerAudioBus::RemovePatchInput | ( | const FPatchInput & | InPatchInput | ) |