UMIDIDeviceManager::GetMIDIOutputDeviceIDByName

Retrieves the MIDI output 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 GetMIDIOutputDeviceIDByName
(
    const FString DeviceName,
    int32 & DeviceID
)

Remarks

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

Parameters

Parameter

Description

DeviceName

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

DeviceID

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