Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FToolset
Description
Returns true if the given tool passes the per-tool block/allow filters. Tool name should be the fully-qualified tool name (e.g., "ToolsetName.ToolName").
| Name | IsToolEnabled |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/Toolset.h |
| Include Path | #include "ToolsetRegistry/Toolset.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/Toolset.cpp |
bool IsToolEnabled
(
const FString & FullToolName
) const