Navigation
API > API/Plugins > API/Plugins/DMXEditor
Entity Fixture Patch as a row in a list
| Name | SDMXReadOnlyFixturePatchListRow |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXReadOnlyFixturePatchListRow.h |
| Include Path | #include "Widgets/SDMXReadOnlyFixturePatchListRow.h" |
Syntax
class SDMXReadOnlyFixturePatchListRow : public SMultiColumnTableRow< TSharedPtr< FDMXReadOnlyFixturePatchListItem > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SDMXReadOnlyFixturePatchListRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SDMXReadOnlyFixturePatchListRow
- STableRow → SMultiColumnTableRow → SDMXReadOnlyFixturePatchListRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Item | TSharedPtr< FDMXReadOnlyFixturePatchListItem > | The item this widget draws | Widgets/SDMXReadOnlyFixturePatchListRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Constructs this widget | Widgets/SDMXReadOnlyFixturePatchListRow.h |
Protected
Overridden from SMultiColumnTableRow
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
Widgets/SDMXReadOnlyFixturePatchListRow.h |