Programmatically locate nearby actors from component

  1. I belive this is the function you are looking for: https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/Components/UActorComponent/GetOwner/index.html
  2. Use EQS(Environmental Query System) or an actor iterator and for each actor check if it is in proper radius.