Linetrace on multiple threads

Currently I am trying to use line traces on multiple threads but sometimes it is breaking on:

TArray Tags = Hitresult->GetComponent()->ComponentTags

Could this be because of the multiple threads accessing the HitResults?