Ah, I hadn’t marked it with UPROPERTY because I didn’t need it visible in the editor, but I didn’t realize that means it isn’t serialized. Adding UPROPERTY without any specifiers fixed things. Thanks for all your help.
Ah, I hadn’t marked it with UPROPERTY because I didn’t need it visible in the editor, but I didn’t realize that means it isn’t serialized. Adding UPROPERTY without any specifiers fixed things. Thanks for all your help.