Navigation
API > API/Plugins > API/Plugins/EditorScriptableToolsFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScriptableToolSet
References
| Module | EditorScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/EditorScriptableToolsFramework/Public/ScriptableToolSet.h |
| Include | #include "ScriptableToolSet.h" |
Syntax
UCLASS ()
class UScriptableToolSet : public UObject
Remarks
UScriptableToolSet represents a set of UScriptableInteractiveTool types.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachScriptableTool
(
TFunctionRef< void(UClass*ToolClass, UBaseScriptableToolBuilder*ToolBuilder)> ProcessToolF... |
Allow external code to process each UScriptableInteractiveTool in the current ToolSet | |
| void | ReinitializeScriptableTools
(
FPreToolsLoadedDelegate PreDelegate, |
Find all UScriptableInteractiveTool classes in the current project. | |
| void | Forces the unloading of all tools loaded |