Navigation
Unreal Engine C++ API Reference > Plugins > DMXProtocol > IO
References
Module | DMXProtocol |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXInputPortConfig.h |
Include | #include "IO/DMXInputPortConfig.h" |
Syntax
enum EDMXPortPriorityStrategy
{
None,
Equal,
HigherThan,
LowerThan,
Highest,
Lowest,
}
Values
Name | Description |
---|---|
None | Always manage the packet |
Equal | Manage the packet only if the priority is equal to the specified value |
HigherThan | Manage the packet only if the priority is higher than the specified value |
LowerThan | Manage the packet only if the priority is lower than the specified value |
Highest | Manage the packet only if it matches the highest received priority |
Lowest | Manage the packet only if it matches the lowest received priority |
Remarks
Strategy for priority system (when receiving packets)
Not: Not all protocols have a use for this