It seems that in CoreNet.h, there are two constructors declared. However, only the first constructor is defined in CoreNet.cpp.
If you look in CoreNet.h, you'll notice that
FNetBitReader( int64 InMaxBits );
has a warning:
Function definition for FNetBitReader not found
FNetBitReader( UPackageMap* InPackageMap=NULL, uint8* Src=NULL, int64 CountBits=0 ); FNetBitReader( int64 InMaxBits );
Result: Notice that the constructor declared second in the .h file is not defined in the .cpp
Expected: The function would be defined in the .cpp
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Networking |
---|---|
Affects Versions | 4.13, 4.14, 4.15 |
Target Fix | 4.16 |
Fix Commit | 3343383 |
---|---|
Main Commit | 3495525 |
Created | Mar 13, 2017 |
---|---|
Resolved | Mar 13, 2017 |
Updated | Sep 12, 2017 |