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" |
virtual EToolShutdownType GetPreferredShutdownType
(
EShutdownReason ShutdownReason,
EToolShutdownType StandardShutdownType
) const
Remarks
Given a shutdown situation, tells what kind of shutdown method the tool might prefer. Shutdown type that the tool would prefer that the host use in this situation.
Parameters
| Name | Description |
|---|---|
| ShutdownReason | Information about the shutdown type |
| StandardShutdownType | Shutdown type that the host would use if it weren't giving the tool a chance to customize the behavior. |