Urrr… after upgrading from 4.13 to 4.13.1
Doing this return NULL pointer.
TSharedRef<FInternetAddr> nNetAddress = ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->CreateInternetAddr();
I already submited a bug report on this but any clue how to resolve this in the mean time?
I use 4.13.1 and ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->CreateInternetAddr() doesn’t return a nullptr. Post a part of your code and explain how you check if nNetAdress is nullptr or not
edit Never mind, verifying files then rebuilt the codes seemed to fix this.
Thx!