Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh/UOrientingProperties
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()
- UOrientingProperties::PostEditChangeProperty()
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/SkeletalMesh/SkeletonEditingTool.h |
| Include | #include "SkeletalMesh/SkeletonEditingTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Private/SkeletalMesh/SkeletonEditingTool.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)