Hey all!
I am working on a remake of the Lego Racers 99’ game in UE5. Information Here
I am at the part for powerups and have the basic (Make Actor, add Static Mesh x Collision x Disappear on pickup) but struggling to get it to:
- Cast pick up to UI
- Hold item in memory until key press (Left Shift)
- Activate Item on press and see on screen
- Refresh item on track after 5s of pick up
Once that gets figured out then:
- Add powerup brick to upgrade base power up (up to Level 3, Base, +1, +2, +3)
Still trying to figure out final lap pass over finish line but wanted to start work on this part as well. I have very basic C++/Python knowledge so I know how it would look via text-based code just not in Engine!
Thank you!