GameSwift Docs
  • GameSwift
    • Overview
  • GameSwift DAO
    • Chain
      • How to use?
      • Build with us
        • Network
        • Contracts
        • Fees
        • EVM
        • Opcodes
        • Transactions
      • Tools
        • Node Providers
        • Block Explorers
        • Bridges
        • Faucets
    • GSWIFT
      • Token Bridge
      • Community
      • Governance
  • Gameswift Products
    • Shop
      • Visit
    • Platform
      • Visit
    • Launcher
      • Download
    • GS Pay
      • Wallet
      • Visit
    • CDN
    • Unity-SDK
      • Getting started
      • Preparation for the game launch
      • Troubleshooting
      • Visit
    • Unreal-SDK
      • Installation
      • Integration
      • Troubleshooting
      • Visit
  • References
    • C# Unity-SDK
    • C# Unreal-SDK
    • ID API
    • Platform API
Powered by GitBook
On this page
  1. Gameswift Products
  2. Unreal-SDK

Installation

PreviousUnreal-SDKNextIntegration

Last updated 1 year ago

  1. Add SDK to you project. This can be done in two ways:

    • Add SDK as to your repository by invoking the following command:

      git submodule add https://github.com/GameSwift/gameswift-unreal-sdk YourMainProjectDir/Plugins/GameSwiftUnrealSdk
    • Download this repository contents from and unpack the plugin to the Plugins/GameSwiftUnrealSdk folder. If you don't have a Plugins folder in your main project directory yet, create it.

  2. Open Project Settings in the editor and navigate to Plugins > GameSwiftSdk. Fill in following fields: ClientId, ClientRedirectUri, ClientAuthenticationSecret. These secrets are .

  3. Add GameSwiftSdk to PublicDependencyModuleNames in your main *.Build.cs file.

git submodule
newest release
distributed by GameSwift