Thanks for reading!
Pro tip:
You can have more than one trigger phrase for your snippet by turning the "prefix" field into an array of all possible trigger phrases.
Follow @vukefn for more and happy snippeting!
@vuke.bsky.social
• God First | Software Engineer | 7,000+ Followers across socials • Open for commissions • Opinions are my own. Business Email: vukefnbusiness@gmail.com #UEFN #Fortnite #UEFNVerse
Thanks for reading!
Pro tip:
You can have more than one trigger phrase for your snippet by turning the "prefix" field into an array of all possible trigger phrases.
Follow @vukefn for more and happy snippeting!
8. ADD YOUR OWN 🪄
You can add your own code snippets!
1. Head to "C:\Users\<USERNAME>\.vscode\extensions"
2. Open the "epicgames.verse-<VERSION>" folder
3. Open the "verse-snippets.json" file
4. Add your own snippets at the top of the file using the provided syntax!
Note: Restart your IDE
7. DEBUGGING SNIPPETS 🛠️
- print
- comment
- comment-block
- log (debug-log)
6. CONTAINER TYPE SNIPPETS 📊
- constant-array
- constant-array-multi
- constant-map
- variable-array
- variable-map
- filter-array
5. MATH & SPATIAL SNIPPETS 🧮
- constant-vector3
- variable-vector3
- constant-transform
- variable-transform
4. CONCURRENCY SNIPPETS ⏱️
- sync
- race
- branch
- rush
- defer
3. CONTROL FLOW SNIPPETS ⚙️
- if
- if-then
- if-then-else
- for
- for-range
- for-conditional
- case (switch)
- loop
- loop-break
2. CLASS & STRUCTURE SNIPPETS 📦
- class
- class-subclass
- class-creative_device
- class-constructor
- struct
- interface
- enum
- editable
1. CORE VARIABLES & CONSTANTS 🧰
- variable-int
- variable-float
- variable-string
- variable-logic
- constant-int
- constant-float
- constant-string
- constant-message
🔥 Did you know #Verse has built-in code snippets most devs never use?
Snippets make your development faster and more productive by giving you abbreviations for commonly used code.
Let's break them down in this mega thread 🧵👇 #UEFN