Files
UnrealEngineUWP/Engine/Source/ThirdParty/EOSSDK
eric day f952a0177a Fix UnrealGame LinuxArm64 build due to missing EOSSDK lib.
#jira UE-169401
#preflight 636ac031f56cab38c73d4d04
#review @michael.atchison @rob.cannaday @chris.varnsverry @sam.zamani

[CL 23042874 by eric day in ue5-main branch]
2022-11-08 18:15:47 -05: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 EOSSDK.Build.cs etc loose files
	- Extract the SDK zip into Engine/Source/ThirdParty/EOSSDK/
	- Move libEOSSDK-Mac-Shipping.dylib to Engine/Binarires/ThirdParty/EOSSDK/Mac/
	- Repeat for any additional platform zips.
		- Android and IOS must be unzipped into Engine/Source/ThirdParty/EOSSDK/ over the top of the base SDK
		- NDA platforms must be unzipped to their respective platform extensions at Engine/Platforms/<Platform>/Source/ThirdParty/EOSSDK/