Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolMIDI
Inheritance Hierarchy
- FRemoteControlProtocolEntity
- FRemoteControlMIDIProtocolEntity
References
| Module | RemoteControlProtocolMIDI |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h |
| Include | #include "RemoteControlProtocolMIDI.h" |
Syntax
USTRUCT ()
struct FRemoteControlMIDIProtocolEntity : public FRemoteControlProtocolEntity
Remarks
MIDI protocol entity for remote control binding
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Channel | Midi device channel | |
| FRemoteControlMIDIDevice | Device | Midi Device | |
| EMIDIEventType | EventType | Midi Event type | |
| int32 | MessageData1 | Midi button event message data id for binding | |
| uint8 | RangeInputTemplate | Midi range input property template, used for binding. |
Overridden from FRemoteControlProtocolEntity
| Type | Name | Description | |
|---|---|---|---|
| FName | Get bound range property. | ||
| bool | IsSame
(
const FRemoteControlProtocolEntity* InOther |
Checks if this entity has the same values as the Other. Used to check for duplicate inputs. | |
| void | Register(s) all the widgets of this protocol entity. |