Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| |
|
| Name |
EScriptableToolStartupRequirements |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path |
#include "ScriptableInteractiveTool.h" |
Syntax
enum EScriptableToolStartupRequirements
{
None,
ToolTarget,
Custom,
}
Values
| Name |
Remarks |
| 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. |