Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolMIDI > API/Plugins/RemoteControlProtocolMIDI/FRemoteControlMIDIDevice
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | RemoteControlProtocolMIDI.h | ||
FRemoteControlMIDIDevice
(
const int32 DeviceId |
Construct for the given DeviceId | RemoteControlProtocolMIDI.h | |
FRemoteControlMIDIDevice
(
const int32 DeviceId, |
Construct for the given DeviceId and DeviceName | RemoteControlProtocolMIDI.h |
FRemoteControlMIDIDevice()
Description
Default constructor
| Name | FRemoteControlMIDIDevice |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h |
| Include Path | #include "RemoteControlProtocolMIDI.h" |
FRemoteControlMIDIDevice()
FRemoteControlMIDIDevice(const int32)
Description
Construct for the given DeviceId
| Name | FRemoteControlMIDIDevice |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h |
| Include Path | #include "RemoteControlProtocolMIDI.h" |
FRemoteControlMIDIDevice
(
const int32 DeviceId
)
FRemoteControlMIDIDevice(const int32, const FName &)
Description
Construct for the given DeviceId and DeviceName
| Name | FRemoteControlMIDIDevice |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h |
| Include Path | #include "RemoteControlProtocolMIDI.h" |
FRemoteControlMIDIDevice
(
const int32 DeviceId,
const FName & DeviceName
)