C++ SphereTraceMulti vs SweepMultiByChannel

Hi,
So i have an actor “X” and i am checking all actors that are in the radius of “X”, i am using the sphere trace but i am wondering which is the best method to use ? SphereTraceMulti or SweepMultiByChannel ?