Navigation
API > API/Plugins > API/Plugins/DMXEditor
| Name | EEntityEntryType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
enum EEntityEntryType
{
NewEntity,
ExistingEntity,
Heading,
Separator,
}
Values
| Name | Remarks |
|---|---|
| NewEntity | Create a new Entity in the DMX library |
| ExistingEntity | Select existing Entity from the DMX library |
| Heading | Heading entry |
| Separator | Separator bar entry |