Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/FDMXEntityEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor for separator entry | Widgets/SDMXEntityDropdownMenu.h | ||
FDMXEntityEntry
(
UDMXEntity* InEntity |
Constructor for existing Entity entry | Widgets/SDMXEntityDropdownMenu.h | |
FDMXEntityEntry
(
const FText& InLabelText, |
Constructor for the entry that creates a new Entity or a heading | Widgets/SDMXEntityDropdownMenu.h |
FDMXEntityEntry()
Description
Constructor for separator entry
| Name | FDMXEntityEntry |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
FDMXEntityEntry()
FDMXEntityEntry(UDMXEntity *)
Description
Constructor for existing Entity entry
| Name | FDMXEntityEntry |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
FDMXEntityEntry
(
UDMXEntity * InEntity
)
FDMXEntityEntry(const FText &, EEntityEntryType)
Description
Constructor for the entry that creates a new Entity or a heading
| Name | FDMXEntityEntry |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
FDMXEntityEntry
(
const FText & InLabelText,
EEntityEntryType InEntryType
)