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