Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/SDMXReadOnlyFixturePatchList
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXReadOnlyFixturePatchList.h |
| Include Path | #include "Widgets/SDMXReadOnlyFixturePatchList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXReadOnlyFixturePatchList >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDMXReadOnlyFixturePatchList::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SDMXReadOnlyFixturePatchList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SDMXReadOnlyFixturePatchList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DMXLibrary
(
UDMXLibrary* InArg |
The displayed DMX Library | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & ExcludedFixturePatches
(
TArray< UDMXEntityFixturePatch* > InArg |
Fixture patches not displayed in the list | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & IsRowEnabled
(
const FDMXFixturePatchListRowRetValDelegate& InDelegate |
Called to get the enable state of each row of the list | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & IsRowVisibile
(
const FDMXFixturePatchListRowRetValDelegate& InDelegate |
Called to get the visibility state of each row of the list | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & ListDescriptor
(
FDMXReadOnlyFixturePatchListDescriptor InArg |
Descriptor of the list, useful for loading and storing the state of the list to disk | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
Called when a row of the list is right clicked | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & OnRowClicked
(
const FDMXFixturePatchListRowDelegate& InDelegate |
Called when a row is clicked | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & OnRowDoubleClicked
(
const FDMXFixturePatchListRowDelegate& InDelegate |
Called when a row is double clicked | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & OnRowDragDetected
(
const FOnDragDetected& InDelegate |
Delegate executed when a row was dragged | Widgets/SDMXReadOnlyFixturePatchList.h | |
WidgetArgsType & OnRowSelectionChanged
(
const FDMXFixturePatchListRowSelectionDelegate& InDelegate |
Called when row selection has changed | Widgets/SDMXReadOnlyFixturePatchList.h |