Enabling the ScriptableToolsFramework plugin causes compile errors in shipping configurations. This also applies to any plugins which depend on it, such as the ScriptableToolsEditorMode plugin.
This happens due to a non-redistributable module dependency that was added to the ScriptableToolsFramework.build.cs in 5.7. The non-redistributable dependency in question is ToolWidgets. This module lives in the Source/Developer directory, and is therefore non-redistributable.
The adding commit was CL 42965778. This commit added SDraggableBox to the ToolWidgets module and deprecated it in the Mesh Modeling Toolset plugin, where it previously lived. Since ScriptableToolsFramework is now dependent on ToolWidgets in order to use this new version of SDraggableBox, shipping builds with this plugin enabled no longer compile.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-355270 in the post.
| 0 |
| Component | UE - Graphics Tools - Modeling Tools |
|---|---|
| Affects Versions | 5.7, 5.8 |
| Created | Nov 25, 2025 |
|---|---|
| Updated | Nov 25, 2025 |