Navigation
API > API/Plugins > API/Plugins/EditorScriptableToolsFramework > API/Plugins/EditorScriptableToolsFramework/UScriptableToolSet
Description
Find all UScriptableInteractiveTool classes in the current project. (Currently no support for filtering/etc)
| Name | ReinitializeScriptableTools |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/EditorScriptableToolsFramework/Public/ScriptableToolSet.h |
| Include Path | #include "ScriptableToolSet.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/EditorScriptableToolsFramework/Private/ScriptableToolSet.cpp |
void ReinitializeScriptableTools
(
FPreToolsLoadedDelegate PreDelegate,
FToolsLoadedDelegate PostDelegate,
FToolsLoadingUpdateDelegate UpdateDelegate,
FScriptableToolGroupSet * TagsToFilter
)