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

Function udp_recv

Source/UnrealEnginePython/Private/UEPyFSocket.h:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
20void ue_python_init_fsocket(PyObject *);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected