Navigation
Unreal Engine C++ API Reference > 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 | SendDMXSignal
(
const FDMXSignalSharedRef& DMXSignal |
Sends the DMX signal. Note, this may called concurrently from various threads |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ClearBuffer () |
Deprecated without replacement. Classes that implement IDMXSender do no longer need to implement this method. |