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

Keep getting this error with 4.11

muzaheed57 opened this issue · comments

Keep getting this error with 4.11

Error 13 error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class TBaseDelegate<class FFixedUObjectArray *> & __cdecl FCoreDelegates::GetObjectArrayForDebugVisualizersDelegate(void)"

(_imp?GetObjectArrayForDebugVisualizersDelegate@FCoreDelegates@@SAAEAV?$TBaseDelegate@PEAVFFixedUObjectArray@@$$$V@@xz)
referenced in function
"void __cdecl `dynamic initializer for 'GObjectArrayForDebugVisualizers''(void)" (??__EGObjectArrayForDebugVisualizers@@yaxxz) H:\UnrealProjects\StarImperium_2\Intermediate\ProjectFiles\Module.MasterServer.cpp.obj

Is there a version for 4.11?

fixed by compiling with 4.12.5

Not sure what the issue is looking at that I've been able to compile and use right up to 4.12.5 as I keep my project on the latest version... I'll close this off anyway.