If you’re reading this, there probably aren’t very many posts yet. But don’t worry, you can be the first! Either create a new post or just reply to this one to say ‘hi’.
Minor Fixes on this lecture
if you get ServerName empty please change this code:
FString ServerName = ServerHostName->Text().ToString();
to
FString ServerName = ServerHostName->GetText().ToString();
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.