UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSwapAudioOutputResult Struct Reference

#include <AudioMixerBlueprintLibrary.h>

Public Member Functions

 FSwapAudioOutputResult ()=default
 

Public Attributes

FString CurrentDeviceId
 
FString RequestedDeviceId
 
ESwapAudioOutputDeviceResultState Result = ESwapAudioOutputDeviceResultState::None
 

Detailed Description

Out structure for use with AudioMixerBlueprintLibrary::SwapAudioOutputDevice

Constructor & Destructor Documentation

◆ FSwapAudioOutputResult()

FSwapAudioOutputResult::FSwapAudioOutputResult ( )
default

Member Data Documentation

◆ CurrentDeviceId

FString FSwapAudioOutputResult::CurrentDeviceId

ID of the currently set device. This is the device at the time of the call, NOT the resulting deviceId

◆ RequestedDeviceId

FString FSwapAudioOutputResult::RequestedDeviceId

ID of the requested device.

◆ Result

Result of the call


The documentation for this struct was generated from the following file: