Navigation
API > API/Plugins > API/Plugins/DMXProtocol
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXAttribute.h |
| Include | #include "DMXAttribute.h" |
Syntax
USTRUCT&40;&41;
struct FDMXAttribute
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Keywords | Keywords used when auto-mapping Fixture Functions from a GDTF file to match Fixture Functions to existing Attributes. | |
| FName | Name | Name of this Attribute, displayed on Attribute selectors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cleanup the list of keywords using commas and removing spaces/tabs | ||
| TArray< FString > | GetKeywords () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FDMXAttribute& Other |
||
| bool | operator==
(
const FDMXAttribute& Other |
Comparison operator |