Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableToolViewportFocusAPI
Description
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.
Virtual Inheritance
- UScriptableToolContextObject::Shutdown → UScriptableToolViewportFocusAPI::Shutdown
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Utility/ScriptableToolContextObjects.h |
| Include Path | #include "Utility/ScriptableToolContextObjects.h" |
virtual void Shutdown()