Files
UnrealEngineUWP/Engine/Source/Runtime/UMG
yohann dossantos b087dfd7f9 Fix deprecation issue when running editor utility widget, by moving the deprecation code from the post load to the serialize method.
During the loading process, when the object is compiled, it is duplicated before the call to post load, so the deprecation code was not called before duplication, and as the deprecated properties of the object were not duplicated => the old font was lost.

#jira UE-165518
#preflight
#rb patrick.boutot
#lockdown jean-michel.dignard

[CL 22388828 by yohann dossantos in ue5-main branch]
2022-10-06 20:10:02 -04:00
..