Hi!
I am creating a simple blueprint script to spawn a pawn at the place of mouse when left mouse button is pressed.
This is the first time I create something in UE without following tutorials and I've never missed with the physics system before.
The problem is when I try to spawn actors near each other they go into each other.

In Unity, it was as easy as adding colliders, but I tried this here and it doesn't work.
Any ideas?
I am creating a simple blueprint script to spawn a pawn at the place of mouse when left mouse button is pressed.
This is the first time I create something in UE without following tutorials and I've never missed with the physics system before.
The problem is when I try to spawn actors near each other they go into each other.
In Unity, it was as easy as adding colliders, but I tried this here and it doesn't work.
Any ideas?
Comment