Documentation Index
Fetch the complete documentation index at: https://docs.besupernow.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Started
Install
- Add the plugin to your project’s
Plugins/folder or install via Fab. - In Edit → Plugins, enable Deterministic Seed Subsystem and restart the editor.
Initialize the Seed
Initialize once at startup (e.g., in yourUGameInstance or BP GameInstance or anywhere else).
Blueprint example
In your GameInstance Blueprint you can on Init or at any other point in the game’s lifecycle.C++ example
Using Salts
Use a short, memorable salt per call:"Loot_T1","AI_Crit","Spawner_A","NameGen"
Editor Seed
- CVAR:
SeedSubsystem.EditorSeed(default12345678) - In editor builds,
SetGameSeeduses the editor seed so you get identical results run-to-run.