Navigation
API > API/Runtime > API/Runtime/AudioMixer
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include | #include "AudioMixerBlueprintLibrary.h" |
Syntax
struct FSwapAudioOutputResult
Remarks
Out structure for use with AudioMixerBlueprintLibrary::SwapAudioOutputDevice
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CurrentDeviceId | ID of the currently set device. | |
| FString | RequestedDeviceId | ID of the requested device. | |
| ESwapAudioOutputDeviceResultState | Result | Result of the call |
Constructors
| Type | Name | Description | |
|---|---|---|---|