MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadData

Function ReadData

Source/Engine/Networking/NetworkStream.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 /// <param name="data">Data to write</param>
66 /// <param name="bytes">Amount of bytes to write</param>
67 API_FUNCTION() FORCE_INLINE void ReadData(void* data, int32 bytes)
68 {
69 ReadBytes(data, bytes);
70 }
71
72 using ReadStream::Read;
73 void Read(INetworkSerializable& obj);

Callers 1

ReadBytesMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected