Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolPropertySet
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()
- UClothMeshSelectionToolProperties::PostEditChangeProperty()
- UClothEditorUpdateWeightMapProperties::PostEditChangeProperty()
- USkeletonEditingProperties::PostEditChangeProperty()
- UOrientingProperties::PostEditChangeProperty()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void PostEditChangeProperty
&40;
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)