Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FToolset
Description
Set the block and allow filter patterns. Patterns enclosed in forward slashes (e.g., /^Fake.*/) are treated as regular expressions. All other patterns are matched as case-insensitive substrings. Block always takes precedence over the allow-list. Patterns that match the toolset name control whether the toolset itself is enabled. Patterns that don't match the toolset name are applied as per-tool filters. Passing empty arrays for both clears all filters.
| Name | SetNameFilters |
| 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 |
void SetNameFilters
(
const TArray < FString > & BlockPatterns,
const TArray < FString > & AllowPatterns
)