FMIDIDeviceInfo

Windows
MacOS
Linux

References

Module

MIDIDevice

Header

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

Include

#include "MIDIDeviceManager.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMIDIDeviceInfo

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

bool

 

bIsAlreadyInUse

Whether the device is already in use.

Public variable UProperty Category BlueprintReadOnly

bool

 

bIsDefaultDevice

True if this is the default MIDI device for input on this system

Public variable UProperty Category BlueprintReadOnly

int32

 

DeviceID

The unique ID of this MIDI device

Public variable UProperty Category BlueprintReadOnly

FString

 

DeviceName

The name of this device. This name comes from the MIDI hardware, any might not be unique

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