Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControlProtocolMIDI
Inheritance Hierarchy
- TSharedFromThis
- IRemoteControlProtocol
- FRemoteControlProtocol
- FRemoteControlProtocolMIDI
References
Module | RemoteControlProtocolMIDI |
Header | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h |
Include | #include "RemoteControlProtocolMIDI.h" |
Syntax
class FRemoteControlProtocolMIDI : public FRemoteControlProtocol
Remarks
MIDI protocol implementation for Remote Control
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from FRemoteControlProtocol
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Populates protocol specific columns. |
Overridden from IRemoteControlProtocol
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Bind
(
FRemoteControlProtocolEntityPtr InEntityPtr |
Bind the protocol entity to the protocol |
![]() ![]() ![]() |
UScriptStruct * | Get protocol specific Script Struct class | |
![]() ![]() |
void | Unbind
(
FRemoteControlProtocolEntityPtr InEntityPtr |
Unbind the protocol entity from the protocol |
![]() ![]() |
void | UnbindAll () |
Unbind all protocol entities from the protocol |
Constants
Name | Description |
---|---|
ProtocolName | MIDI protocol name |