UMeshSculptToolBase::Shutdown

Called by ToolManager to shut down the Tool

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MeshModelingToolsExp

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshSculptToolBase.h

Include

#include "Sculpting/MeshSculptToolBase.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/Sculpting/MeshSculptToolBase.cpp

Syntax

virtual void Shutdown
(
    EToolShutdownType ShutdownType
)

Remarks

Called by ToolManager to shut down the Tool

Parameters

Parameter

Description

ShutdownType

indicates how the tool should shutdown (ie Accept or Cancel current preview, etc)