UMIDIDeviceManager::GetDefaultIMIDIOutputDeviceID

Retrieves the default MIDI output device ID.

Windows
MacOS
Linux

References

Module

MIDIDevice

Header

/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h

Include

#include "MIDIDeviceManager.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="MIDI Device Manager")
static void GetDefaultIMIDIOutputDeviceID
(
    int32 & DeviceID
)

Remarks

Retrieves the default MIDI output device ID. Call "Find All MIDI Device Info" beforehand to enumerate the available input devices.

Parameters

Parameter

Description

DeviceID

The Device ID of the MIDI output device with that name.

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