FAudioDeviceManager::RequestAudioDevice

Creates or requests an audio device instance internally and returns a handle to the audio device.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h

Include

#include "AudioDeviceManager.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp

Syntax

FAudioDeviceHandle RequestAudioDevice
(
    const FAudioDeviceParams & InParams
)

Remarks

Creates or requests an audio device instance internally and returns a handle to the audio device. This audio device is guaranteed to be alive as long as the returned handle is in scope.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss