Files
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor
Mateo Egey ca5186f3a6 Added a set of OnPropertyValueChanged delegates for property handles that include the propertychanged event.
This is particularly useful for details panel external structures/objects, as these don't have the "PostEditChange" calls bubble up to the actual owning object.
This enables us to detect whether an interactive change or a direct set change has taken place on an external property, so we can manually call NotifyPostChange with the correct data

#jira none
#rb vincent.gauthier
#preflight skip

[CL 21200722 by Mateo Egey in ue5-main branch]
2022-07-21 10:29:38 -04:00
..