Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEditorTools > API/Plugins/ChaosClothAssetEditorTools/ChaosClothAsset > API/Plugins/ChaosClothAssetEditorTools/ChaosClothAsset/UClothEditorUpda-
Warnings Please consider listening to OnModified instead of overriding this function this function is currently only called in Editor (not at runtime)
- UObject::PostEditChangeProperty()
- UInteractiveToolPropertySet::PostEditChangeProperty()
- UClothEditorUpdateWeightMapProperties::PostEditChangeProperty()
References
| Module | ChaosClothAssetEditorTools |
| Header | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetEditorTools/Public/ChaosClothAsset/ClothWeightMapPaintTool.h |
| Include | #include "ChaosClothAsset/ClothWeightMapPaintTool.h" |
| Source | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetEditorTools/Private/ChaosClothAsset/ClothWeightMapPaintTool.cpp |
virtual void PostEditChangeProperty
&40;
struct FPropertyChangedEvent & PropertyChangedEvent
&41;
Remarks
Posts a message to the OnModified delegate with the modified FProperty
Please consider listening to OnModified instead of overriding this function
this function is currently only called in Editor (not at runtime)