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