Hello Unreal Engine Community,
I’m currently diving into a new aspect of my game’s development and I could really use your collective expertise. I’m looking to implement a voting system that allows players to vote on the weapons that will be spawned on the map. The twist is, I want the outcome of the vote to influence which weapons appear in the item spawners scattered across the map, rather than directly adding the weapons to the players’ inventories.
Here’s what I’m envisioning:
- Before the game starts, players are presented with a set of weapon options to vote on.
- Based on the majority vote, the selected weapons are the ones that will be available in the item spawners for that round or game session.
- This system should dynamically adjust the available weapons in the item spawners based on the voting outcome.
I’m not entirely sure how to approach the creation of this voting system, especially in terms of linking the voting results to the configuration of the item spawners. Does anyone have experience with something similar or any advice on how to set this up? I’d greatly appreciate any suggestions on tools, blueprints, or logic that could facilitate this system.
Thank you in advance for any guidance you can provide!