Navigation
API > API/Plugins > API/Plugins/DMXProtocol
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.
| |
|
| Name |
FDMXNameListItem |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXNameListItem.h |
| Include Path |
#include "DMXNameListItem.h" |
Syntax
USTRUCT ()
struct FDMXNameListItem
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FDMXNameListItem()
|
|
DMXNameListItem.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| None |
const FName |
The value of no item selected. |
DMXNameListItem.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Name |
FName |
Label of the item this struct represents |
DMXNameListItem.h |
- EditAnywhere
- Category="DMX"
|
Functions