Navigation
Unreal Engine C++ API Reference > 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](API\Runtime\Core\Containers\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 |