Navigation
API > API/Plugins > API/Plugins/DMXProtocol
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolTypes.h |
| Include | #include "DMXProtocolTypes.h" |
Syntax
USTRUCT (BlueprintType , Category="DMX")
struct FDMXFixtureCategory
Remarks
Category of a fixture
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The Protocol Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXFixtureCategory
(
const FName& InName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| TArray< FName > | Deprecated members originating from deprecated FDMXNameListItem | ||
| TArray< FName > | Returns the predefined values |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Bool (is valid) operator | |||
| bool | operator==
(
const FDMXFixtureCategory& Other |
||
| bool | operator==
(
const FName& Other |
Constants
| Name | Description |
|---|---|
| bCanBeNone | Deprecated without replacement. Always false |
| OnValuesChanged | Deprecated without replacement. Protocols cannot be enabled or disabled after engine startup. |