Navigation
| Name | EditorScriptableToolsFramework |
| Type | Runtime |
| Part of Plugins | Scriptable Tools Framework |
| Location | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/EditorScriptableToolsFramework/ |
| Module Build Rules | EditorScriptableToolsFramework.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FEditorScriptableToolsFrameworkModule | |
| UEditorScriptableClickDragTool | Editor-Only variant of UScriptableClickDragTool, which gives access to Editor-Only BP functions |
| UEditorScriptableInteractiveTool | Editor-Only variant of UScriptableInteractiveTool, which gives access to Editor-Only BP functions |
| UEditorScriptableInteractiveToolPropertySet | |
| UEditorScriptableModularBehaviorTool | Editor-Only variant of UScriptableModularBehaviorTool, which gives access to Editor-Only BP functions |
| UEditorScriptableSingleClickTool | Editor-Only variant of UScriptableSingleClickTool, which gives access to Editor-Only BP functions |
| UScriptableToolSet | UScriptableToolSet represents a set of UScriptableInteractiveTool types. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPreToolsLoadedDelegate | TBaseDelegate_NoParams< void > | ScriptableToolSet.h | |
| FToolsLoadedDelegate | TBaseDelegate_NoParams< void > | ScriptableToolSet.h | |
| FToolsLoadingUpdateDelegate | TBaseDelegate_OneParam< void, TSharedRef< struct FStreamableHandle > > | ScriptableToolSet.h |