FAudioDeviceManager::GetAudioDeviceRaw

Returns a raw ptr to the audio device associated with the handle.

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

FAudioDevice * GetAudioDeviceRaw
(
    Audio::FDeviceId DeviceID
)

Remarks

Returns a raw ptr to the audio device associated with the handle. If the handle is invalid then a NULL device ptr will be returned.

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