Multiplayer Survival Game Template

That wouldn’t be too hard to incorporate into the system, however there is not really anything in place to cover this so you would be looking at extending the template yourself. You would want to start by adding a variable to the player to define what gender they were, and then based on that, there would be a number of ways to go forward, as you could either just switch every mesh based on gender, or you could have seperate items entirely, etc. As for editing the database - that part is super easy, though I do recommend backing up the entire project before editing any of the blueprint structs due to an engine bug that can occur when editing structures, which may result in some blueprints getting corrupted. As long as you back up you can always revert and give it another go (as it legitimately seems random as to when the bug will occur).****