Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/View
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureGraphInsightDeviceListView
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/View/STextureGraphInsightDeviceView.h |
| Include | #include "View/STextureGraphInsightDeviceView.h" |
Syntax
class STextureGraphInsightDeviceListView : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _inspectDevices | ||
| bool | _inspectOnSimpleClick | Can use an empty RecordID parameter with type DeviceBuffer and the expected Device type to only care about that device. | |
| RecordID | _rootDevice | ||
| FItemArray | _rootItems | The list of root items. | |
| TSharedPtr< SItemTableView > | _tableView | The TreeView widget. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | OnClickItemForView
(
FItem item |
||
| void | OnDeviceBufferAdded
(
const RecordIDArray& rids |
||
| void | OnDeviceBufferRemoved
(
const RecordIDArray& rids |
||
| void | OnDoubleClickItemForView
(
FItem item |
||
| void | OnEngineReset
(
int |
||
| TSharedRef< ITableRow > | OnGenerateRowForView
(
FItem item, |
Standard delegates for the view. | |
| void | OnGetChildrenForView
(
FItem item, |
||
| void | |||
| void | |||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const STextureGraphInsightDeviceListView::FItem& i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FItemData |
Typedefs
| Name | Description |
|---|---|
| FItem | |
| FItemArray | |
| FItemW | |
| SItemTableView |