| 62 | return PyErr_Format(PyExc_Exception, "start and end location must be vectors"); |
| 63 | |
| 64 | TArray<struct FHitResult> hits; |
| 65 | hits.Reset(); |
| 66 | |
| 67 | PyObject *hits_list = PyList_New(0); |
nothing calls this directly
no outgoing calls
no test coverage detected