Thanks but without inheritance I can’t solve the issue as I intend to leverage polymorphism. Using text or JSON would be needlessly complicated and add too much over head. I have now tried using actor component as a base class with children but this still seems wrong, like using the wrong tool to solve a problem. I think my best bet may just be a custom C++ class at this point but I was trying to avoid that for now.