Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
| Name | STextureGraphInsightDeviceBufferInspectorView |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/View/STextureGraphInsightInspectorView.h |
| Include Path | #include "View/STextureGraphInsightInspectorView.h" |
Syntax
class STextureGraphInsightDeviceBufferInspectorView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STextureGraphInsightDeviceBufferInspectorView
- FSlateControlledConstruction → SWidget → SCompoundWidget → STextureGraphInsightDeviceBufferInspectorView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args |
View/STextureGraphInsightInspectorView.h | ||
void InspectBuffer
(
RecordID buffer |
Inspect the specified buffer (Called by Constructor with recordID param) | View/STextureGraphInsightInspectorView.h |