Navigation
Unreal Engine C++ API Reference > Plugins > DMXEditor > Widgets
Inheritance Hierarchy
- TSharedFromThis
- FDMXEntityEntry
References
Module | DMXEditor |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
Include | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
class FDMXEntityEntry : public TSharedFromThis< FDMXEntityEntry >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor for separator entry | ||
![]() |
FDMXEntityEntry
(
UDMXEntity* InEntity |
Constructor for existing Entity entry | |
![]() |
FDMXEntityEntry
(
const FText& InLabelText, |
Constructor for the entry that creates a new Entity or a heading |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UDMXEntity * | GetEntity () |
|
![]() ![]() |
EEntityEntryType | GetEntryType () |
|
![]() ![]() |
FText | GetLabelText () |
|
![]() ![]() |
bool | IsCreateNew () |
|
![]() ![]() |
bool | IsEntity () |
|
![]() ![]() |
bool | IsHeading () |
|
![]() ![]() |
bool | IsSeparator () |