How to use SphereOverlapActors in C++

For anyone looking for a solution :

  1. Make sure that your actor has either a StaticMesh with a Collider
  2. or your actor has a Collision Component
  3. The Collision preset on your colliders matches the one you have used in your code, the one that is like ECC_**.