MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / FHitResult

Class FHitResult

Source/UnrealEnginePython/Private/UEPyTraceAndSweep.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected