This repository contains the source code that accompanies the Epic Online Services C# tutorials, found on the Epic Online Services blog.
Refer to the table below to get to the code that accompanies each C#-focused blog post 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.
The solutions in this repository require Visual Studio 2019 or Visual Studio 2022 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 Online Services website.
- Copy the
SDK\Source
directory from the downloaded SDK ZIP to theEOSCSharpSample\SDK
folder. - Copy the
EOSSDK-Win32-Shipping.dll
file from theSDK\Bin
directory of the downloaded SDK ZIP to theEOSCSharpSample\EOSCSharpSample
folder. - Set up a product in the Epic Games Developer Portal (sign-up required) and add your product's SDK credentials to the
EOSCSharpSample\EOSCSharpSample\ApplicationSettings.cs
file.