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