Unreal: Setup #
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.
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.
Topic | Description |
---|---|
Set Up the Unreal SDK | Set up your development environment and the Pragma SDK for Unreal. |
Create Player Controller and Blueprint | Create a C++ player controller and associated blueprints. |
Handle Login and Logout | Create the login script and try logging in. |
Authenticate with Steam | Integrate Pragma and your Unreal project with Steam. |
Authenticate with Discord | Integrate Pragma and your Unreal project with Discord. |
Authenticate with Twitch | Import the Twitch SDK into Unreal, get a Client ID and Client Secret, and log into Pragma Engine with Twitch. |
Troubleshooting | Troubleshooting common issues with Unreal Editor. |