Missing Function Implementation in CoreNet

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 :slight_smile:

Hey zamy,

I’ve entered a bug report for this, which you can track using the link below:

Thanks for your report.

Have a great day