Beginner here.
I wanted to do something “simple” like this little game in which you have a set of cards in front of you, you select one and drag&drop it on top of a board, but I’m finding a lot of challenges I have no idea how to solve, for example:
- for interacting with cards, do I need to start by making a blueprint for the Cursor (mouse pointer)?
- and how does it interact with the cards? How do I make the game detect my Cursor_BP is overlapping a Card_BP?
- furthermore, when I’m holding left mouse button and the card is being dragged while moving the mouse up, how would I make it go into the screen and toward the board rather than simply Up/North on the screen?
I’m lacking all the basics to tackle these problems I feel, so any guidance you could give me, like an overview of the technical steps involved or the notions I should go and acquire first, it would be much appreciated.
Thanks!