Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/ToolContexts > API/Editor/EditorInteractiveToolsFramework/ToolContexts/UToolStackContext
References
| Module | EditorInteractiveToolsFramework |
| Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ToolContexts/ToolStackContext.h |
| Include | #include "ToolContexts/ToolStackContext.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/ToolContexts/ToolStackContext.cpp |
virtual void UnregisterToolStack
(
const FString & Identifier
)
Remarks
Unregister a Tool stack, unregistration of individual tools is handled seperately Note: Currently this is never called since we properly free resources on destruction
Parameters
| Name | Description |
|---|---|
| Identifier | string used to identify this stack |