Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Used in various ways by the tool manager and some optional tool interfaces to make shutdown responses configurable.
| Name | EToolShutdownReason |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
Syntax
enum EToolShutdownReason
{
Unspecified = 0,
SwitchTool = 1,
}
Values
| Name | Remarks |
|---|---|
| Unspecified | The reason for the shutdown was left unspecified. |
| SwitchTool | Another tool is being activated without the user having explicitly shut down this one. |