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