Hi,
i’m making a 2D brawler on Unreal Engine. I have created my player and an enemy using generic placeholders. I have already succeeded in doing collision detection using collision boxes but I want to have a more precise aproach, hence trying the use the various sprites and respective flipbooks to generate events. However, I can never generate any overlap events between the sprites that are supposedly overlapping…
I verified that their YY position is the same.
In the third image (below) the BP is connected to an event Tick event, which always fire but the array in always empty.
Here is what I have done:
Player:
Enemy:
EnemyBP: