Interactive admin panel & tactical companion spawner sandbox for custom Fortnite Creative and Save the World (STB) defense islands. Spawn pets, configure combat auras, test storm defense AI, and export custom Verse island device scripts.
In Fortnite Creative and STB (Save the World) custom defense islands, companion creatures use navigation meshes (NavMesh) and behavior trees to tether to player commanders, auto-retarget storm husks, and broadcast healing or shielding auras.
Building legitimate creator admin panels in UEFN utilizes Verse UI widgets (`canvas`, `button_regular`) wired to `creature_spawner_device` and `character_modifier_device` to allow QA testers and map creators to test creature density without game restart.
The generated script snippet adheres to Epic Games' Verse API conventions, exposing customizable `@editable` spawner arrays and event listeners that spawn creatures directly at player coordinates.