Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
- UInteractiveTool::OnPropertyModified()
- UBaseBrushTool::OnPropertyModified()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
virtual void OnPropertyModified
(
UObject * PropertySet,
FProperty * Property
)
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 |