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