Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
Syntax
FOnToolShutdownRequest OnToolShutdownRequest
Remarks
If bound, OnToolShutdownRequest is called by PostActiveToolShutdownRequest to optionally handle requests to shut down a Tool (which may be sent by the Tool itself). Return true to indicate that the request will be handled, otherwise DeactivateTool() will be called