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