Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IToolHostCustomizationAPI
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolHostCustomizationAPI.h |
| Include | #include "ToolHostCustomizationAPI.h" |
void ClearButtonOverrides()
Remarks
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.