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