Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IO
Inheritance Hierarchy
- TSharedFromThis
- FDMXSignalFragment
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXOutputPort.h |
| Include | #include "IO/DMXOutputPort.h" |
Syntax
struct FDMXSignalFragment : public TSharedFromThis< FDMXSignalFragment, ESPMode::ThreadSafe >
Remarks
Structs that holds the fragmented values to be sent along with a timestamp when to send it
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< int32, uint8 > | ChannelToValueMap | The map of channels and values to send | |
| int32 | ExternUniverseID | The universe the fragment needs to be written to | |
| double | SendTime | The time when the Fragment needs be sent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXSignalFragment
(
int32 InExternUniverseID, |