This repository contains the source code that accompanies the Epic Online Services - Getting Started blog posts, found on the Epic Online Services blog. The full list of blog posts in the series can be found in the series reference of the Introduction to Epic Online Services (EOS) post.
Refer to the table below to get to the code that accompanies each blog post.
The solutions in this repository require Visual Studio 2019 with the following workloads & features:
- C#
- Desktop & Mobile > .NET desktop development
To compile and run each solution, follow these steps:
- Download the latest C# Epic Online Services SDK on the Epic Games Developer Portal (sign-up required).
- Copy the 'SDK\Source' directory from the downloaded SDK ZIP to the 'EOSCSharpSample\SDK' folder.
- Copy the 'EOSSDK-Win32-Shipping.dll' file from the 'SDK\Bin' directory of the downloaded SDK ZIP to the 'EOSCSharpSample\EOSCSharpSample' folder.
- Add your SDK credentials from the Developer Portal to the 'EOSCSharpSample\EOSCSharpSample\ApplicationSettings.cs' file.
If you notice a mistake in the code, please file an issue.
Getting Started series code is distributed under the terms of MIT License. See LICENSE for details.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.