Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IInteractiveToolShutdownQueryAPI
| Name | EShutdownReason |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolQueryInterfaces.h |
| Include Path | #include "InteractiveToolQueryInterfaces.h" |
Syntax
enum EShutdownReason
{
SwitchTool,
}
Values
| Name | Remarks |
|---|---|
| SwitchTool | Another tool is being activated without the user having explicitly shut down this one. |