Diffing Binding Graphs - DoubleDeez/MDFastBinding GitHub Wiki
NOTE: As of 5.4 this is enabled by default
It's currently possible to display diffs of binding graphs in the blueprint diff tool for bindings on User Widgets.
This requires that you make a small engine change with the contents of this pull request
and then you'll also to add the following line to your [Project].build.cs
:
PublicDefinitions.Add("WITH_FASTBINDING_DIFFS=1");