Skip to content

Importing Expressions or Modules

Cruz Wootten edited this page Apr 2, 2024 · 5 revisions

Sort Import Expressions Alphabetically

  • For example:

    using { /EpicGames.com/Temporary/Diagnostics }
    using { /EpicGames.com/Temporary/SpatialMath }
    using { /EpicGames.com/Temporary/UI }
    using { /Fortnite.com/UI }
    using { /Verse.org/Simulation }
    
  • Shipped modules can be found in each of the .digests documents.

  • Modules can also be custom written for specific use cases and imported.

Clone this wiki locally