Creating simple coin pickup game in C++

Hello, I am trying to create a simple coin pickup game in C++. I have already made a coin pickup game with blueprint and it was not so difficult. However, in C++, I have been struggling with it. I have tried to find any good examples, but I could not any so far.
I want to create a coin-pickup game like Mario when character overlap on coin and it disappears and counts up, etc.
Does anyone know where I can find a good example for the game?

Hello @yuma9921jp ,

Experiment 5 - Pickupable - YouTube

That youtube link is kind of tutorial that creating coin that will be destroyed when overlapped and count up the point for the player in full C++. Well the video itself is not in english, but the code is fully english so maybe you can just look at the code there. Maybe that can help you

Thank you for letting me know the video. I will watch the video :wink: