FRemoteControlMIDIDevice::ResolveDeviceId

Resolves the actual Midi Device Id given the [FRemoteControlMIDIDevice](API\Plugins\RemoteControlProtocolMIDI\FRemoteControlMIDIDevice) configuration.

Windows
MacOS
Linux

References

Module

RemoteControlProtocolMIDI

Header

/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h

Include

#include "RemoteControlProtocolMIDI.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Private/RemoteControlProtocolMIDI.cpp

Syntax

int32 ResolveDeviceId
(
    const TArray< FFoundMIDIDevice > & InFoundDevices
)

Remarks

Resolves the actual Midi Device Id given the FRemoteControlMIDIDevice configuration. Returns INDEX_NONE if device not found or invalid.

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