Navigation
API > API/Plugins > API/Plugins/DMXEditor
| Name | FDMXEntityEntry |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXEntityDropdownMenu.h |
| Include Path | #include "Widgets/SDMXEntityDropdownMenu.h" |
Syntax
class FDMXEntityEntry : public TSharedFromThis< FDMXEntityEntry >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXEntityEntry
Constructors
| 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 |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Entity | UDMXEntity * | Widgets/SDMXEntityDropdownMenu.h | ||
| EntryType | EEntityEntryType | Widgets/SDMXEntityDropdownMenu.h | ||
| LabelText | FText | Widgets/SDMXEntityDropdownMenu.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMXEntity * GetEntity() |
Widgets/SDMXEntityDropdownMenu.h | ||
EEntityEntryType GetEntryType() |
Widgets/SDMXEntityDropdownMenu.h | ||
FText GetLabelText() |
Widgets/SDMXEntityDropdownMenu.h | ||
bool IsCreateNew() |
Widgets/SDMXEntityDropdownMenu.h | ||
bool IsEntity() |
Widgets/SDMXEntityDropdownMenu.h | ||
bool IsHeading() |
Widgets/SDMXEntityDropdownMenu.h | ||
bool IsSeparator() |
Widgets/SDMXEntityDropdownMenu.h |