Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools > API/Plugins/ModelingComponents/BaseTools/UBaseMeshProcessingTool
| Type | Name | Description | |
|---|---|---|---|
| PropSetType * | AddOptionalPropertySet
(
TUniqueFunction< bool()> VisibilityFunc, |
Optional Property Set API - subclasses can use this to manage property sets with configurable visibility that invalidate the precompute Register an optional property set with the given VisibilityFunc | |
| PropSetType * | AddOptionalPropertySet
(
TUniqueFunction< bool()> VisibilityFunc, |
Register an optional property set with the given VisibilityFunc, and call OnModifiedFunc if any of the properties change | |
| void | AddOptionalPropertySet
(
UInteractiveToolPropertySet* PropSet, |