Navigation
API > API/Plugins > API/Plugins/DMXProtocolEditor
An item in the Port Selector Combo Box
| Name | FDMXPortSelectorItem |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolEditor/Public/Widgets/SDMXPortSelector.h |
| Include Path | #include "Widgets/SDMXPortSelector.h" |
Syntax
class FDMXPortSelectorItem : public TSharedFromThis< FDMXPortSelectorItem >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXPortSelectorItem
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ItemName | FString | Widgets/SDMXPortSelector.h | ||
| PortGuid | FGuid | Port Guid, invalid if a title row | Widgets/SDMXPortSelector.h | |
| Type | EDMXPortSelectorItemType | The type of the item | Widgets/SDMXPortSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGuid & GetGuid() |
Widgets/SDMXPortSelector.h | ||
const FString & GetItemName() |
Widgets/SDMXPortSelector.h | ||
const EDMXPortSelectorItemType GetType() |
Widgets/SDMXPortSelector.h | ||
bool IsTitleRow() |
Widgets/SDMXPortSelector.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FDMXPortSelectorItem > CreateItem
(
const FDMXInputPortConfig& InPortConfig |
Widgets/SDMXPortSelector.h | ||
static TSharedRef< FDMXPortSelectorItem > CreateItem
(
const FDMXOutputPortConfig& InPortConfig |
Widgets/SDMXPortSelector.h | ||
static TSharedRef< FDMXPortSelectorItem > CreateTitleRowItem
(
const FString& TitleString |
Widgets/SDMXPortSelector.h |