Setup
Create a config file
Navigate to [YourProjectDirectory]/Config
, create a file named SequenceConfig.ini
, and add the following lines:
[/Script/Sequence.Config]
FallbackEncryptionKey = ""
WaaSConfigKey = ""
ProjectAccessKey = ""
GoogleClientID = ""
AppleClientID = ""
FacebookClientID = ""
DiscordClientID = ""
PlayFabTitleID = ""
RedirectUrl = "https://api.sequence.app"
Add your project keys
Fill in [YourProjectDirectory]/Config/SequenceConfig.ini
with the appropriate values for your project.
WaaS Config Key
- You can get this key in Sequence Builder under Onboard > Embedded Wallet
Project Access Key
- You can get this key in Sequence Builder under Settings > API Keys
Fallback Encryption Key
- Create a 32-character long alphanumeric encryption key.
Security
In order to prevent tampering with data you must encrypt your packaged project using Unreals packaging settings. You can refer to these docs for more information.