Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UInteractiveToolActivity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Shutdown () |
We don't want to use this overload of Shutdown because an activity may need to know the ShutdownType if it is still running when Shutdown is called (to End properly). | InteractiveToolActivity.h | |
virtual void Shutdown
(
EToolShutdownType ShutdownType |
Should be called during a tool's Shutdown() | InteractiveToolActivity.h |
Shutdown()
Description
We don't want to use this overload of Shutdown because an activity may need to know the ShutdownType if it is still running when Shutdown is called (to End properly).
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/InteractiveToolActivity.h |
| Include Path | #include "InteractiveToolActivity.h" |
virtual void Shutdown()
Shutdown(EToolShutdownType)
Description
Should be called during a tool's Shutdown()
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/InteractiveToolActivity.h |
| Include Path | #include "InteractiveToolActivity.h" |
virtual void Shutdown
(
EToolShutdownType ShutdownType
)