Hi. I have about 70 characters derived from rootHero blueprint. All character info(such as name, image etc) are stored as default values of that blueprint. So how should i get all that info for character selection menu? I cant access all of them without creating an instance. But spawn-destroy 70 characters isnt good when i only need to get some strings and images from their blueprints. So what should i do here?
Data duplication(additional data table with complete copy of all that info)?
Get Default Values node.
Create an array with references to your character classes and use the get default values node.