Navigation
Unreal Engine C++ API Reference > Plugins > DMXEditor > Widgets
References
Module | DMXEditor |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
Include | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
enum EEntityEntryType
&123;
NewEntity,
ExistingEntity,
Heading,
Separator,
&125;
Values
Name | Description |
---|---|
NewEntity | Create a new Entity in the DMX library |
ExistingEntity | Select existing Entity from the DMX library |
Heading | Heading entry |
Separator | Separator bar entry |