How Can I Make a Button Only Press When a Certain Number of Objects are Collected?

Hey there,

You’re going to want to do the following:

  1. Add a button to your UMG Widget (Center it however you’d like)
  2. Click on that button in the Designer, and go down to Events on the detail tab
  3. Click on the OnClicked Event to create a new event in the Event Graph
  4. Cast to First Person Character and make a branch to see if you have the required gems
  5. Add functionality