Disappearing Platform On Loop Using Verse
Platforms that appear and disappear periodically are a staple of platforming game modes like obstacle courses. They require players to time their jumps to navigate to the next platform, and if they miss, they'll fall and have to start over.
By following this tutorial, you'll learn how to use Verse in Unreal Editor for Fortnite (UEFN) to create a platform that appears and disappears on a loop. The complete script is included at the end of this tutorial for reference.
Verse Language Features Used
- loop: The platform alternates between being visible and invisible until the game ends. This example uses the Verse
loopexpression to continuously run this behavior.
Verse APIs Used
Sleep(): With theSleep()function, you can choose how long the platform will be in its invisible and visible states.- Editable Properties: Two device properties are exposed to UEFN so you can customize them in the editor — a
creative_propreference for the platform and aToggleDelayfor theSleep()function call.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.