Documentation Index
Fetch the complete documentation index at: https://docs.sequence.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Private Dependency Modules
In your Project’s Build.cs file (where to find) please check the private Dependency module such that it includes “SequencePlugin”: public SequenceTest(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
PrivateDependencyModuleNames.AddRange(new string[] { "SequencePlugin" });
}
Create a config file
Navigate to [YourProjectDirectory]/Config, create a file named SequenceConfig.ini, and add the following content:[/Script/Sequence.Config]
WaaSConfigKey = "Go to https://sequence.build/ under Onboard > Embedded Wallet"
ProjectAccessKey = "Go to https://sequence.build/ under Settings > API Keys"
GoogleClientID = ""
AppleClientID = ""
FacebookClientID = ""
DiscordClientID = ""
PlayFabTitleID = ""
RedirectUrl = "https://api.sequence.app"