Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IInteractiveToolShutdownQueryAPI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGSEToolShutdownType GetPreferredShutdownType
(
EShutdownReason ShutdownReason, |
Given a shutdown situation, tells what kind of shutdown method the tool might prefer. | InteractiveToolQueryInterfaces.h | |
virtual EToolShutdownType GetPreferredShutdownType
(
EToolShutdownReason ShutdownReason, |
Given a shutdown situation, tells what kind of shutdown method the tool might prefer. | InteractiveToolQueryInterfaces.h |
GetPreferredShutdownType(EShutdownReason, EToolShutdownType)
Description
Given a shutdown situation, tells what kind of shutdown method the tool might prefer.
| Name | GetPreferredShutdownType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolQueryInterfaces.h |
| Include Path | #include "InteractiveToolQueryInterfaces.h" |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGSEToolShutdownType GetPreferredShutdownType
(
EShutdownReason ShutdownReason,
EToolShutdownType StandardShutdownType
) const
Shutdown type that the tool would prefer that the host use in this situation.
Parameters
| Name | Remarks |
|---|---|
| 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. |
GetPreferredShutdownType(EToolShutdownReason, EToolShutdownType)
Description
Given a shutdown situation, tells what kind of shutdown method the tool might prefer.
| Name | GetPreferredShutdownType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolQueryInterfaces.h |
| Include Path | #include "InteractiveToolQueryInterfaces.h" |
virtual EToolShutdownType GetPreferredShutdownType
(
EToolShutdownReason ShutdownReason,
EToolShutdownType StandardShutdownType
) const
Shutdown type that the tool would prefer that the host use in this situation.
Parameters
| Name | Remarks |
|---|---|
| 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. |