Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/UPolygonOnMeshTool
- UInteractiveTool::OnPropertyModified()
- UPolygonOnMeshTool::OnPropertyModified()
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/PolygonOnMeshTool.h |
| Include | #include "PolygonOnMeshTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Private/PolygonOnMeshTool.cpp |
virtual void OnPropertyModified
&40;
UObject &42; PropertySet,
FProperty &42; Property
&41;
Remarks
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes
Parameters
| Name | Description |
|---|---|
| PropertySet | which UInteractiveToolPropertySet was modified |
| Property | which FProperty in the set was modified |