heroiclabs / nakama-unreal

Unreal client for Nakama server.
Apache License 2.0
207 stars 62 forks source link

Can't build on UE4.27 #122

Closed jonathanatn closed 8 months ago

jonathanatn commented 9 months ago

Again, still cannot build the plugin with Unreal 4.27...

Error C2665 'FParse::Value': none of the 14 overloads could convert all the argument types Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Public\NakamaTestBase.h 54
Error C2039 'IsEmpty': is not a member of 'TArray<FNakamaFriend,FDefaultAllocator>' Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Private\Tests\Test_Friends.cpp 37
Error C2039 'IsEmpty': is not a member of 'TArray<FNakamaFriend,FDefaultAllocator>' Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Private\Tests\Test_Friends.cpp 48
Error C2039 'IsEmpty': is not a member of 'TMap<FString,FString,FDefaultSetAllocator,TDefaultMapHashableKeyFuncs<KeyType,ValueType,false>>' Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Private\Tests\Test_RestoreSession.cpp 19
Error C2039 '__this': is not a member of 'TArray<FNakamaFriend,FDefaultAllocator>' Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Private\Tests\Test_Friends.cpp 37
Error C2039 '__this': is not a member of 'TArray<FNakamaFriend,FDefaultAllocator>' Atlassia C:\Users\User\Desktop\UEShipping\Plugins\Nakama\Source\NakamaTests\Private\Tests\Test_Friends.cpp 48

jonathanatn commented 9 months ago

I commented out since it's only errors from test files