Navigation
API > API/Plugins > API/Plugins/ShaderAuditCore > API/Plugins/ShaderAuditCore/SShaderCostTreeMap > API/Plugins/ShaderAuditCore/SShaderCostTreeMap/FArguments
Description
Optional hook: invoked when the user requests "open in content browser" from the detail panel. If unbound, the widget logs and falls through.
| Name | OnOpenAssetInContentBrowser |
| Type | function |
| Header File | /Engine/Plugins/Developer/ShaderToolkit/Source/ShaderAuditCore/Public/Widgets/SShaderCostTreeMap.h |
| Include Path | #include "Widgets/SShaderCostTreeMap.h" |
WidgetArgsType & OnOpenAssetInContentBrowser
(
const FOnOpenShaderAssetInContentBrowser & InDelegate
)