I plan to replace a series of UProperty variables (a series of FTransform) with a TArray of them.
Is there a way I can migrate these UProperties automatically (or semi-automatically)?
Ideally I’d like to make a post-package-load thing to read the properties, see if they’re not in the TArray, and then add them before zeroing out the affected UProperty, and calling save.