Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SDMXReadOnlyFixturePatchListRow
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXReadOnlyFixturePatchListRow.h |
| Include | #include "Widgets/SDMXReadOnlyFixturePatchListRow.h" |
Syntax
class SDMXReadOnlyFixturePatchListRow : public SMultiColumnTableRow< TSharedPtr< FDMXEntityFixturePatchRef > >
Remarks
Entity Fixture Patch as a row in a list
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Constructs this widget | |
| UDMXEntityFixturePatch * | Gets the Fixture Patch this widget is based on |
Overridden from SMultiColumnTableRow
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& InColumnName |
Users of SMultiColumnTableRow would usually some piece of data associated with it. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |