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?
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?