Property Bindings in Unreal UMG
UMG widgets offer property bindings for many properties, allowing you to bind properties of widgets to functions or properties inside the blueprint. How to use this is well explained in UE4 documentation but the adding support for this in custom widgets is not really explained.
- add delegate
- SynchronizeProperties, see Image.cpp