RyroNZ / UE4MasterServer

This is a plugin for Unreal Engine 4 that adds server registration, deregistration etc with a master server.

Home Page:http://ryanpost.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MasterServer Object

FinalSparkGamestudios opened this issue · comments

Hello,
First of all thank you for the awesome plugin.
But I've got a plugin.
I have a function that runs
MasterServerObj = NewObject(UMasterServerFunctions::StaticClass());
MasterServerObj->Initalize("", "");

But I get an compiler error saying that MasterServerObj is not defined.
Has something changed since last updates?

Cheers