Files
UnrealEngineUWP/Engine/Source/ThirdParty/EOSSDK
alejandro aguilar 081628d8f8 EOSSDK 1.16.1 full update (binaries, headers and libraries)
All platforms covered, all supported API calls updated (support for new features not yet added)

#jira UE-178952
[REVIEW] [at]Chris.Varnsverry, [at]Rafa.Lecina, [at]Bertrand.Carre

[CL 28126620 by alejandro aguilar in ue5-main branch]
2023-09-22 05:01:17 -04:00
..
2023-05-04 08:19:03 -04:00

This module contains the EOSSDK headers and binaries.
Other plugins/modules can depend on the EOSSDK by depending on this EOSSDK module.
Several platform extensions of this module exist at Engine\Platforms\<Platform>\Source\ThirdParty\EOSSDK.
Please see also the EOSShared plugin at Engine/Plugins/Online/EOSShared which exposes common functionality, and is responsible for EOSSDK initialization.

Upgrading the SDK can be achieved with the following steps:
	- Delete all subfolders from Engine/Source/ThirdParty/EOSSDK/, leaving just the loose files, e.g. EOSSDK.Build.cs
	- Extract the SDK zip into Engine/Source/ThirdParty/EOSSDK/. You should end up with an Engine/Source/ThirdParty/EOSSDK/SDK folder.
	- For Mac specifically, move libEOSSDK-Mac-Shipping.dylib from Engine/Source/ThirdParty/EOSSDK/SDK/Bin/ to Engine/Binaries/ThirdParty/EOSSDK/Mac/
	- Repeat for any additional platform zips.
		- Android and IOS do not have platform extensions. The Android/IOS SDK zips must be unzipped into Engine/Source/ThirdParty/EOSSDK/ over the top of the base SDK.
		- NDA/console platforms do have platform extensions. The platform specific zips must be unzipped into Engine/Platforms/<Platform>/Source/ThirdParty/EOSSDK/ having first deleted any subfolders there.