| 13 | FSocket *sock; |
| 14 | FUdpSocketReceiver *udp_receiver; |
| 15 | void udp_recv(const FArrayReaderPtr& ArrayReaderPtr, const FIPv4Endpoint& EndPt) { |
| 16 | UE_LOG(LogPython, Warning, TEXT("DATA !!!")); |
| 17 | } |
| 18 | } ue_PyFSocket; |
| 19 | |
| 20 | void ue_python_init_fsocket(PyObject *); |
nothing calls this directly
no outgoing calls
no test coverage detected