Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Private
andrew scheidecker 575bbaf801 Fix for unversioned serialization of arrays of optionals (or other cases where an optional property might be nested in a container).
Also fix a memory leak when doing unversioned serialization of properties with destructors and default values: "loading as zero" doesn't call the destructor on the value being overwritten, and so isn't safe to use for properties that require destruction.
#rb Devin.Doucette, Robert.Manuszewski

[CL 26706194 by andrew scheidecker in 5.3 branch]
2023-07-31 10:47:04 -04:00
..