Verse Library verse

02 Sequential Execution

Overrides the game start lifecycle method to print initial messages and verify Verse setup.

extracted-snippets/documentation/en-us/uefn/modify-and-run-your-first-verse-program-in-unreal-editor-for-fortnite/02-sequential-execution.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/modify-and-run-your-first-verse-program-in-unreal-editor-for-fortnite
# Local doc:  epic-docs/documentation/en-us/uefn/modify-and-run-your-first-verse-program-in-unreal-editor-for-fortnite.md
# Section:    Sequential Execution
OnBegin<override>()<suspends>:void=
#TODO: Replace this with your code
Print("Hello, world!")
Print("This is my first line of Verse code!")
Print("2 + 2 = {2 + 2}")

Comments

    Sign in to vote, comment, or suggest an edit. Sign in