I use “EOS-SDK-32273396-v1.16.2” in Unreal Engine 4.27p.
I try to get platform handle with EOS_PLATFORM_OPTIONS_API_LATEST(=14).
But sdk returns error which is below.
Incompatible EOS_Platform_Create version specified (14), expected range (1 to 13)
Invalid input platform options. EOS_EResult: EOS_IncompatibleVersion
I can get platform handle by using “13”, but SDK’s sample code can get it by using “14”.
Are there any differences between UE4 and SDK’s sample code?
If you need initilization code, please tell me.