IAudioMixerPlatformInterface::GetIndexForDevice

Can be used to look up the current index for a given device name.

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h

Include

#include "AudioMixer.h"

Source

/Engine/Source/Runtime/AudioMixerCore/Private/AudioMixer.cpp

Syntax

virtual int32 GetIndexForDevice
(
    const FString & InDeviceName
)

Remarks

Can be used to look up the current index for a given device name. On most platforms, this index may be invalidated if any devices are added or removed. Returns INDEX_NONE if no mapping is found

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