betidestudio / EOSIntegrationKit

EIK (Epic Online Services Integration Kit) is a plugin that enables seamless integration between Epic Online Services (EOS) and Unreal Engine. The plugin provides access to the EOS SDK (Software Development Kit) within Unreal Engine, allowing developers to easily implement features such as matchmaking, achievements, leaderboards, and more.
https://betide.studio/
MIT License
248 stars 34 forks source link

Fixed plugin compilation errors on Linux against UE 5.4 #36

Closed bennystarfighter closed 3 months ago

bennystarfighter commented 3 months ago

EIK was not able to compile on linux, due to missing headers. Probably because of toolchain differences between the platforms. It is still compiling fine on windows with these changes.

Build was done on Arch Linux against epic's distributed UE version of 5.4.1

deveshmishrabetide commented 3 months ago

Thank you!