Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
Syntax
enum EScriptableToolStartupRequirements
{
None,
ToolTarget,
Custom,
}
Values
| Name | Description |
|---|---|
| None | No startup requirements needed. Tool can run any time. |
| ToolTarget | A custom tool builder blueprint class that is configured with tool target requirements to filter selected objects. |
| Custom | A custom tool builder blueprint class is provided to determine if the tool can start. |