Unreal SDK #

SDKs are provided to ease integration between your game and Pragma Engine. This guide covers setting up and logging into the engine using the Unreal SDK.

Prerequisites:

  • Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.

  • You must have a local copy of Pragma Engine cloned and have successfully run make build.

  • Rider for Unreal Engine is the recommended editor, along with Visual Studio’s C++ compiler. Confirm that Visual Studio 2019 is installed with the Game development with C++ option selected.

Contents #

TopicDescription
Setting Up the Unreal SDKSetting up your development environment and the Pragma SDK for Unreal.
Logging Into the PlatformCreating the login script and logging in.
SteamIntegrating Pragma and your Unreal project with Steam.
DiscordIntegrating Pragma and your Unreal project with Discord.
TroubleshootingTroubleshooting common issues with Unreal Editor.