UMIDIDeviceManager::GetMIDIInputDeviceIDByName

Retrieves the MIDI input device ID by name.

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 GetMIDIInputDeviceIDByName
(
    const FString DeviceName,
    int32 & DeviceID
)

Remarks

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

Parameters

Parameter

Description

DeviceName

The Name of the MIDI device you want to talk to.

DeviceID

The Device ID of the MIDI 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