Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControlProtocolDMX
Inheritance Hierarchy
- TSharedFromThis
- IRemoteControlProtocol
- FRemoteControlProtocol
- FRemoteControlProtocolDMX
References
Module | RemoteControlProtocolDMX |
Header | /Engine/Plugins/VirtualProduction/RemoteControlProtocolDMX/Source/RemoteControlProtocolDMX/Public/RemoteControlProtocolDMX.h |
Include | #include "RemoteControlProtocolDMX.h" |
Syntax
class FRemoteControlProtocolDMX : public FRemoteControlProtocol
Remarks
DMX 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 | OnEndFrame () |
Build to core engine delegated and called at the end of a frame |
![]() ![]() |
void | Unbind
(
FRemoteControlProtocolEntityPtr InEntityPtr |
Unbind the protocol entity from the protocol |
![]() ![]() |
void | UnbindAll () |
Unbind all protocol entities from the protocol |
Constants
Name | Description |
---|---|
ProtocolName | DMX protocol name |