Navigation
API > API/Plugins > API/Plugins/FractureEditor > API/Plugins/FractureEditor/UFractureModalTool
Description
Call after changing properties internally in the tool to allow external views of the property to update properly. This is meant as an outward notification mechanism, not a way to to pass along notifications, so don't call this if the property is changed externally (i.e., this should not usually be called from OnPropertyModified unless the tool adds changes of its own).
| Name | NotifyOfPropertyChangeByTool |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.h |
| Include Path | #include "FractureTool.h" |
| Source | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.cpp |
virtual void NotifyOfPropertyChangeByTool
(
UFractureToolSettings * PropertySet
) const