Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
This is called whenever a property value changes in the UI. The default implementation handles all the shared property changes already. You can overload this and call the base class method inside it, and then handle your own model specific property changes.
Derived Overrides
- FMLDeformerGeomCacheEditorModel::OnPropertyChanged
- FMLDeformerMorphModelEditorModel::OnPropertyChanged
| Name | OnPropertyChanged |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual void OnPropertyChanged
(
FPropertyChangedEvent & PropertyChangedEvent
)
Parameters
| Name | Remarks |
|---|---|
| PropertyChangedEvent | The event information object that contains info about the property change. |