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 (BlueprintType , Category="DMX")
struct FDMXAttributeName
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The Attribute Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXAttributeName
(
const FDMXAttribute& InAttribute |
Construct from an Attribute | ||
FDMXAttributeName
(
const FName& NameAttribute |
Construct from an Attribute name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | Returns the predefined values | ||
| bool | IsValid () |
IsValid member accessor | |
| bool | Custom serializer to maintain the upgrade path | ||
| void | SetFromName
(
const FName& InName |
Typedefs
| Name | Description |
|---|---|
| IDMXAttributeEditorContext |