3ddelano/epic-online-services-godot

Compiler Error in auth_interface.cpp

Closed this issue · 5 comments

I pulled the repo and tried compiling it today. I got this compiler error:

auth_interface.cpp(42): error C2039: 'AccountFeatureRestrictedInfo': is not a member of '_tagEOS_Auth_LoginCallbackInfo'

In the EOS Documentation:

Capture

https://dev.epicgames.com/docs/api-ref/structs/eos-auth-login-callback-info

I looked into the eos_auth_typs.h file, and it's still there. It's just been renamed to AccountFeaturesRestrictedInfo_DEPRECATED.

Which version of EOS are you using?

A version above 1.15 may need changes due to breaking changes or updates.

Which version of EOS are you using?

I'm using the latest version, which is 1.16.1.

Try using v.1.15 for now until the project is updated. Or download the prebuilt addon from the GitHub releases page.

Fixed #13