Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/View
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureGraphInsightBatchJobView
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/View/STextureGraphInsightSessionView.h |
| Include | #include "View/STextureGraphInsightSessionView.h" |
Syntax
class STextureGraphInsightBatchJobView : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _inspectOnSimpleClick | Inspect on double click always eventually trigger inspect on simple click. | |
| FItemArray | _rootItems | The list of root items. | |
| TSharedPtr< SItemTreeView > | _treeView | The TreeView widget. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | OnBatchNew
(
RecordID batch |
||
| void | OnBatchUpdate
(
RecordID batch |
||
| void | OnClickItemForTree
(
FItem item |
||
| TSharedPtr< SWidget > | OnContextMenuBatch
(
FItem batchItem |
||
| TSharedPtr< SWidget > | OnContextMenuJob
(
FItem jobItem |
||
| TSharedPtr< SWidget > | |||
| void | OnDoubleClickItemForTree
(
FItem item |
||
| void | OnEngineReset
(
int32 |
||
| TSharedRef< ITableRow > | OnGenerateRowForTree
(
FItem item, |
Standard delegates for the tree view. | |
| void | OnGetChildrenForView
(
FItem item, |
||
| void | OnReplayBatch
(
RecordID batchId, |
||
| void | OnReplayJob
(
RecordID batchId, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FItemData |
Typedefs
| Name | Description |
|---|---|
| FItem | |
| FItemArray | |
| SItemTreeView |