Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/View
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureGraphInsightBatchInspectorView
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/View/STextureGraphInsightInspectorView.h |
| Include | #include "View/STextureGraphInsightInspectorView.h" |
Syntax
class STextureGraphInsightBatchInspectorView : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FItemArray | _rootItems | The list of root items. | |
| TSharedPtr< SItemTileView > | _view | The TreeView widget. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | InspectBatch
(
RecordID job |
Inspect the specified batch (Called by Constructor with recordID param) | |
| TSharedRef< ITableRow > | OnGenerateTileForView
(
FItem item, |
Standard delegates for the tree view. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FItemData |
Typedefs
| Name | Description |
|---|---|
| FItem | |
| FItemArray | |
| SItemTileView |