Navigation
API > API/Plugins > API/Plugins/DMXProtocol
Inheritance Hierarchy
- TSharedFromThis
- FDMXSignal
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolTypes.h |
| Include | #include "DMXProtocolTypes.h" |
Syntax
class FDMXSignal : public TSharedFromThis< FDMXSignal, ESPMode::ThreadSafe >
Remarks
A single, generic DMX signal. One universe of raw DMX data received
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | ChannelData | ||
| int32 | ExternUniverseID | ||
| int32 | Priority | ||
| double | Timestamp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXSignal () |
|||
FDMXSignal
(
const double InTimestamp, |
|||
FDMXSignal
(
const double InTimestamp, |