englercj / gamesparks-cpp-unreal

My fork of the Gamesparks Unreal Engine C++ SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameSparks Plugin for Unreal

Prerequisites (depending on which platforms you want to support)

  1. Unreal Engine 4.6+
  2. Android NDK
  3. XCode
  4. Visual Studio

running the sample

  1. double click GameSparksSample/GameSparksSample.uproject
  2. open the GameSparks GameMode blueprint and set the API credentials
  3. press play in the Unreal Editor

Integrating the SDK into your project

  1. Copy the Plugin located at plugin/GameSparks into the Plugins directory of your project
  2. Copy GameSparksGameMode.uasset into the Content directory of your project
  3. Adapt the blueprint to your needs

Next Steps

Explore the API docs, the Doxygen documentation and the Examples.

About

My fork of the Gamesparks Unreal Engine C++ SDK


Languages

Language:C 68.0%Language:C++ 31.9%Language:C# 0.1%Language:Objective-C++ 0.1%Language:Objective-C 0.0%