Navigation
API > API/Plugins > API/Plugins/ShaderAuditCore > API/Plugins/ShaderAuditCore/SShaderCostTreeMap
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ShaderToolkit/Source/ShaderAuditCore/Public/Widgets/SShaderCostTreeMap.h |
| Include Path | #include "Widgets/SShaderCostTreeMap.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SShaderCostTreeMap >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SShaderCostTreeMap > → SShaderCostTreeMap::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SShaderCostTreeMap.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SShaderCostTreeMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnExtendAssetContextMenu
(
const FOnExtendShaderAssetContextMenu& InDelegate |
Optional hook: invoked when building the right-click context menu for a material asset. | Widgets/SShaderCostTreeMap.h | |
WidgetArgsType & OnOpenAssetInContentBrowser
(
const FOnOpenShaderAssetInContentBrowser& InDelegate |
Optional hook: invoked when the user requests "open in content browser" from the detail panel. | Widgets/SShaderCostTreeMap.h |