| 151 | } |
| 152 | |
| 153 | uint8* GetMessageBuffer(const uint32 messageId) const |
| 154 | { |
| 155 | // Calculate and return the buffer slice using previously calculated slice. |
| 156 | return MessageBuffer + Config.MessageSize * messageId; |
| 157 | } |
| 158 | |
| 159 | public: |
| 160 | FORCE_INLINE bool operator==(const NetworkPeer& other) const |