Which is faster: Casting or Finding Tag

Which is faster:

  • Using ‘Actor has Tag’ and looking for the player tag
  • Using Cast to Player Controller

My AI looks for items in the scene and I want to know if it is faster (performance wise) to check each actor he sees by tag first of to just skip to trying to cast for each item.

Thanks