Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/Interfaces
Inheritance Hierarchy
- TSharedFromThis
- IDMXSender
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXSender.h |
| Include | #include "Interfaces/IDMXSender.h" |
Syntax
class IDMXSender : public TSharedFromThis< IDMXSender >
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IDMXSender () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearBuffer () |
DEPRECATED 5.0 | |
| void | SendDMXSignal
(
const FDMXSignalSharedRef& DMXSignal |
Sends the DMX signal. Note, this may called concurrently from various threads |