![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioMixerBlueprintLibrary.h>
Public Member Functions | |
| FSwapAudioOutputResult ()=default | |
Public Attributes | |
| FString | CurrentDeviceId |
| FString | RequestedDeviceId |
| ESwapAudioOutputDeviceResultState | Result = ESwapAudioOutputDeviceResultState::None |
Out structure for use with AudioMixerBlueprintLibrary::SwapAudioOutputDevice
|
default |
| FString FSwapAudioOutputResult::CurrentDeviceId |
ID of the currently set device. This is the device at the time of the call, NOT the resulting deviceId
| FString FSwapAudioOutputResult::RequestedDeviceId |
ID of the requested device.
| ESwapAudioOutputDeviceResultState FSwapAudioOutputResult::Result = ESwapAudioOutputDeviceResultState::None |
Result of the call