Hello guys,
i just noticed that the FNetBitReader class in the CoreNet.h file declares two constructors:
FNetBitReader( UPackageMap* InPackageMap=NULL, uint8* Src=NULL, int64 CountBits=0 );
FNetBitReader( int64 InMaxBits );
But the second, in the .cpp file has no implementation.
In fact, i receive a linking error if i try to use that constructor.
It seems to be an oversight, and should be pretty easy to solve, i just thought to let you know about it