Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IToolHostCustomizationAPI
Description
Remove any requested button customizations.
This can be imporant to call on tool shutdown if the tool registered button overrides whose handlers hold a reference to the tool, or else, for example, a CanAccept override could end up trying to query the tool after shutdown.
| Name | ClearButtonOverrides |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolHostCustomizationAPI.h |
| Include Path | #include "ToolHostCustomizationAPI.h" |
void ClearButtonOverrides()