Navigation
API > API/Plugins > API/Plugins/DMXProtocol
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXNameListItem.h |
| Include | #include "DMXNameListItem.h" |
Syntax
USTRUCT&40;&41;
struct FDMXNameListItem
Remarks
Types that represent names in a SNameListPicker dropdown must:
- inherit this struct and override the virtual functions.
- use the DMX_NAMELISTITEM_STATICS macros above to declare the expected statics.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Label of the item this struct represents |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetName () |
The name representation of this object | |
| bool | IsNone () |
Whether the current value is None | |
| void | SetFromName
(
const FName& InName |
Set this object from a FName | |
| void | SetToNone () |
Set this object to represent a None value |
Constants
| Name | Description |
|---|---|
| None | The value of no item selected. |