Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/ContextObjects > API/Plugins/UVEditorTools/ContextObjects/UUVToolContextObject
- UUVToolContextObject::Shutdown()
- UUVToolAABBTreeStorage::Shutdown()
- UUVToolSelectionAPI::Shutdown()
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/ContextObjects/UVToolContextObjects.h |
| Include | #include "ContextObjects/UVToolContextObjects.h" |
virtual void Shutdown&40;&41;
Remarks
Called by the mode when shutting context objects down, allowing them to do any cleanup. Initialization, on the other hand is usually done by some class-specific Initialize() method.