https://github.com/lilwikipedia/uefnversepocketwiki
Documentation for Verse and UEFN restructured with Markdown
https://github.com/lilwikipedia/uefnversepocketwiki
api digest documentation fortnite uefn verse
Last synced: about 1 year ago
JSON representation
Documentation for Verse and UEFN restructured with Markdown
- Host: GitHub
- URL: https://github.com/lilwikipedia/uefnversepocketwiki
- Owner: LilWikipedia
- License: other
- Created: 2024-02-29T18:58:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:54:18.000Z (about 2 years ago)
- Last Synced: 2025-01-28T04:32:02.431Z (over 1 year ago)
- Topics: api, digest, documentation, fortnite, uefn, verse
- Homepage: https://www.fncwiki.com/
- Size: 228 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
description: verse.FNCwiki.com
---
# Table of Contents

## VerseWiki
This project is just the **Epic Games** UEFN and Verse documentation rewritten in markdown- adding more direct navigation, and making the API easier to reference.
There is ALOT of unorganized documentation on Epic's website so this will be an ongoing project!
***
  
***
**Programming with Verse**
* Create your own rules and behaviors for your game by programming with Verse in UEFN!
* This guide provides a set of recommended standards for writing consistent code that's easy to maintain.
* By adhering to these guidelines, developers can improve code readability, reduce errors, and facilitate collaboration.
* Standardized code style is necessary to ensure code is easy to understand and maintain by both current and future developers working on a project.
***
## Verse Basics
### [Importing Expressions or Modules](import-expressions.md)
### [1. Common Naming Patterns](01.-common-naming-patterns.md)
### [2. Names](02.-names.md)
### [3. Formatting](03.-formatting.md)
### [4. Functions](04.-functions.md)
### [5. Failure Checks](05.-failure-checks.md)
### [6. Encapsulation](06.-encapsulation.md)
### [7. Events](07.-events.md)
### [8. Concurrency](08.-concurrency.md)
### [9. Attributes](09.-attributes.md)
### [10. Constructors](10.-constructors.md)
### [11. Class](11.-class-and-specifiers.md)
### [12. Math](12.-math.md)
***
## API
### [Fortnite Digest](fortnite-digest.md)
#### [ui](fortnite-digest.md#ui)
#### [creative\_devices](fortnite-digest.md#creative\_devices)
#### [vehicles](fortnite-digest.md#vehicles)
#### [teams](fortnite-digest.md#teams)
#### [playspaces](fortnite-digest.md#playspaces)
#### [game](fortnite-digest.md#game)
#### [fortplayerutilities](fortnite-digest.md#fortplayerutilities)
#### [characters](fortnite-digest.md#characters)
#### [building](fortnite-digest.md#building)
#### [assets](fortnite-digest.md#assets)
#### [animation](fortnite-digest.md#animation)
#### [ai](fortnite-digest.md#ai)
### [Unreal Engine Digest](unreal-engine-digest.md)
#### [ui](unreal-engine-digest.md#ui)
#### [diagnostics](unreal-engine-digest.md#diagnostics)
#### [SpatialMath](unreal-engine-digest.md#spatialmath)
### [Verse Digest](verse-digest.md)
#### [Simulation](verse-digest.md#simulation)
#### [Tags](verse-digest.md#tags)
#### [Functions, Methods, and Getters](verse-digest.md#functions-methods-and-getters)
#### [Colors](verse-digest.md#colors)
#### [NamedColors](verse-digest.md#namedcolors)
#### [Native](verse-digest.md#native)
#### [Concurrency](verse-digest.md#concurrency)
***
## Source/Resources
### EG: [Verse Onboarding Guide](https://dev.epicgames.com/documentation/en-us/uefn/onboarding-guide-to-programming-with-verse-in-unreal-editor-for-fortnite)
### EG: [Programming with Verse](https://dev.epicgames.com/documentation/en-us/uefn/learn-programming-with-verse-in-unreal-editor-for-fortnite)
### EG: [Language Reference](https://dev.epicgames.com/documentation/en-us/uefn/verse-language-reference)
### EG: [Official API](https://dev.epicgames.com/documentation/en-us/uefn/verse-api)
### EG: [Verse Scripting](https://forums.unrealengine.com/tags/c/development-discussion/programming-scripting/148/fortnite/l/latest)
### EG: [Dev Community](https://forums.unrealengine.com/tags/c/development-discussion/programming-scripting/148/fortnite/l/latest)
### EG: [Community Snippets](https://dev.epicgames.com/community/fortnite/snippets)
***
### [View on Github](https://github.com/LilWikipedia/UEFNVersePocketWiki)
***
####
_Use of the Unreal Engine, Unreal Editor for Fortnite and Verse is governed by_ _the terms of the Unreal® Engine_ [End User License Agreement](https://www.unrealengine.com/eula). _A majority of this content was taken from_ [_VERSE DOCUMENTATION_](https://dev.epicgames.com/documentation/en-us/uefn/verse-code-style-guide-in-unreal-editor-for-fortnite) _Such content belongs to EPIC GAMES. Verse icon, UEFN, UEFN icon, Unreal Engine, Unreal Engine logo, Fortnite, & Fortnite icon are property of EPIC GAMES_ **This gitbook is not maintained or endorsed by EPIC GAMES.** It is made for educational purposes only.