Overlapping Collision Sometime Wont Detect

Hello guys, i want to ask something as you can see in the video link below that im stuck with the overlapping collision problem , When i place the object and then when i move the cursor over the object as you can see in the video , some time its work fine and some times collision wont detect .Please help me any solution would be great help . Thanks

Video URL

This looks like it is detecting just fine.

My guess (based on this video) is that you set your actor as placable on “End Overlap” without checking if there still is something overlapping.

I would recommend simply checking the length and types of the array elements returned by “GetOverlappingActors” which provides you with a full list of actors that you currently overlap with.

Tell me if I guessed right and if not please provide some pictures of your blueprint so I (and everyone on the answerhub) can take a closer look!

Cheers

Thank you very much Erasio , Yours guess was right and your recommendation has solved my problem .Thanks for the help :slight_smile:

Player Controller 1/2

Player Controller 2/2

Awesome! Could you please accept the answer then so everyone knows your issue is solved and I can reap my sweet sweet karma :smiley:

100940-answer.png

Good luck with your project!