i was trying to convert a blueprint project into a c++ project. my computer has No network cable connected. so i guess there won’t be a IP address for my computer.
Here is the problem: Simulate two clients online on one computer. FindSession works just fine in blueprint.
but when it comes to the C++, FindSession return 0 result.
i try to follow the breakpoint to understand the whole process. blueprint and C++ both return 0 result after findsession,
but for bluerpint, suddenly where was another result appeared when it comes to call the OnComplete function. i was confused.
I would greatly appreciate it if someone could help me solve this problem