Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FToolsetRegistry
Description
Add a pattern to the allow-list. Any toolset or tool whose name does not match these patterns will be treated as non-existent. 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.
| Name | AddAllowedName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetRegistry.h |
| Include Path | #include "ToolsetRegistry/ToolsetRegistry.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetRegistry.cpp |
void AddAllowedName
(
const FString & Name
)