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&40;BlueprintType, Category&61;"DMX"&41;
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
Operators
| Type | Name | Description | |
|---|---|---|---|
| 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. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | Please use GetPredefinedValues() instead | ||
| Please use IsValid() instead. |