Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/View
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextureGraphInsightBlobInspectorView
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/View/STextureGraphInsightInspectorView.h |
| Include | #include "View/STextureGraphInsightInspectorView.h" |
Syntax
class STextureGraphInsightBlobInspectorView : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< STextureGraphInsightBlobView > | _blobView | The main blob view generated by the job. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& Args |
||
| void | InspectBlob
(
RecordID blob |
Inspect the specified Blob (Called by Constructor with recordID param) |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |