Game mode merger

Hello i recently bought an 2 assets off of the store and they both come with their own game modes depending on what one i use depends on what shows up in the hud but i want to combine them both so they work together im just not sure how i would go about doing that… would i have to copy and paste from one gm to the other or is there another way to go about it

You should be able to do something like copy paste yeah.
Two things need to happen:

  1. Needs to create the UI widgets and add them to the viewport. Look for where each one does that and what other things have to happen first for it to be correctly done.
  2. Any variables and actors the UI widgets depend on must be initialized. this is the tricky part to track all of those down. The Find References feature is your friend for this.