How to randomly spawn N spinning coins at X target points at start of level?

Hi!I would recommend to you to take a look at GetRandomPointInNavigableRadius.I’ve post the link lower.

So basically the idea is you made the Blueprint take it GetActorLocation() and give it this value as param to GetRandomPointInNavigableRadius() and than you will have in radius random point!