Документация Epic
Начало работы в UEFN
С чего начинает человек, который открыл UEFN впервые: установка, первый остров, панели редактора, горячие клавиши и словарь терминов. Если непонятно, откуда начинать, — отсюда.
- Обзор Verse Programming Onboarding Guide Use this checklist to get started if you're new to programming or new to using Verse in Unreal Editor for Fortnite.
- Страница movement modifier Any device or setting that changes or modifies a player's ability to move — for better or worse — is a movement modifier. A number of traps will slow or hinder a player's speed, but some boosts will increase it.
- Страница Fortnite Glossary Level up your game design for Creative and Unreal Editor for Fortnite by learning the lingo!
- Пошагово код Fortnite Template Ability Quickstart Build your first Fortnite template ability.
- Страница timer In Timing Insights, this is a section of code that is measured each time the section runs in a game, recording that section took to run.
- Страница Getting Started in Scene Graph Learn how to use Scene Graph to build game environments and gameplay.
- Как устроено Getting Started with Devices Learn how to add and modify devices in Fortnite, and how to use Verse to expand device functionality!
- Страница version control Version control (also known as source code control or revision control), is a way to track and manage changes to software code.
- Страница function Functions are things devices do. This includes starting or stopping actions or conditions, changing player attributes, and customizing gameplay in other ways.
- Справочник Designing with Cameras and Controls Learn to use different camera devices and level up your game design skills!
- Как устроено Starting and Organizing a Project Learn how to create a project and set yourself up for success!
- Справочник Side Scroller Controls Devices The Side Scroller Controls device can be used with camera devices to create side scrolling gameplay.
- Справочник код Third Person Controls Devices Use the Third Person Controls device to remap or reconfigure player controls while you are using camera devices.
- Справочник User Interface Reference Start learning the Unreal Editor for Fortnite UI as the first step to a new level of creative possibilities.
- Страница Creator Portal A place where you as a Fortnite developer can submit, publish and manage projects, set up and manage collaborative teams, and view analytic information.
- Пошагово Onboarding Sample Island Use this guide to walk through the Onboarding Sample and understand key concepts in developing your own island.
- Пошагово Class Setup in an Arena Use Class Designers and Selectors to create a fun course that changes a player's class.
- Страница Build Your First Island in Fortnite Build a mini-game in Unreal Editor for Fortnite with this step-by-step tutorial!
- Как устроено Getting Started with Direct Event Binding Learn more about this communication system for devices, and how it can streamline setting up device interactions.
- Страница event Events are things that trigger functions. Functions are things that devices do.
- Обзор раздела Your First Island: Level Up with Verse You've built your first island. Ready to take it to the next level?
- Страница Glossary for Unreal Editor for Fortnite Knowing what the words mean is key to understanding how things work. Level up your island design with UEFN. This glossary is here to help!
- Справочник First Person Camera Devices Use this device to create games that use a first-person perpective, such as first-person shooters.
- Обзор раздела Building Basics Explore basic activities for Creative, the concepts behind them that help you build better island experiences, and how to build them faster!
- Обзор раздела Get Started Creating in Fortnite Ready to get building? Here’s what you need to know to get started creating and publishing islands in Fortnite.
- Пошагово код Lesson 7: Specifying the Result of a Function Sometimes you want a result; sometimes you don't.
- Пошагово Voting HUB Turn a pre-game lobby into the voting HUB for your Party Game!
- Пошагово код Lesson 4: Writing Simple Code Practice is the key to competence. Practice writing more code!
- Обзор Learn the Basics of Writing Code in Verse A short course to introduce Verse to people with no programming experience whatsoever. No. Programming. Experience. Whatsoever. Seriously.
- Страница for expression A for expression, sometimes called a for loop, is the same as a loop expression, except that for expressions are constrained, which means that the number of iterations is known before the for loop is executed.
- Пошагово код Lesson 8: Practice Time! Practice setting parameters and arguments for functions.
- Пошагово код Lesson 9: Practice Time! Practice using failable expressions and failure contexts.
- Страница node See linked list node.
- Пошагово код Lesson 3: Practice Time! Practice working with constants and variables.
- Пошагово код Lesson 4: Practice Time! In this hands-on exercise, you'll get to write some code, then debug it when it doesn't work as expected!
- Пошагово код Lesson 5: Calling Functions Why do the same work twice if you don't have to?
- Пошагово код Lesson 5: Practice Time! Ready to call some functions? Start!
- Пошагово код Lesson 6: Practice Time! Define a function — or two! You can do it!
- Пошагово код Lesson 7: Practice Time! Practice writing functions that return a result.
- Пошагово код Lesson 9: Failure and Control Flow Learn how failure is used to control your program's flow.
- Пошагово код Lesson 2: Practice Time! Time to write some simple code using Verse.
- Страница Fortnite Creative Glossary What a difference a word makes! Understanding is the key to success! Knowledge is power! Power-up your game design skills with this glossary!
- Страница Verse Glossary Use this glossary to increase your skills with Verse — that's why it's here!
- Пошагово TMNT Cameras and Controls Set up the cameras and controls for a side scroller game using the TMNT Arcade template.
- Пошагово Prop Hunt Template Use this multi-step tutorial to create a Prop Hunt game that's customized with Verse.
- Пошагово Lesson 1: Basic Programming Terms First step is to make sure you have a good understanding of basic programming terms.
- Пошагово Lesson 1: Practice Time! Practice writing algorithms until you're comfortable with how they work.
- Пошагово код Lesson 2: Basic Programming Components Time to look at some of the elements that make code work.
- Пошагово код Lesson 3: Storing and Using Information Programs need information to know what to do. Learn different ways to store information in your program.
- Пошагово код Lesson 6: Defining a Function Learn about what goes into a function to make it work, and how to put the parts together.
- Пошагово код Lesson 8: How Input, Parameters, and Arguments Work Learn how to define parameters in a function to get the result you need.
- Страница loop In Patchwork, a loop is a musical sequence that repeats.
- Страница Memory Used bar When you're in Create mode in Creative, there's a MEMORY USED bar at the top of the screen. It shows the amount of memory used compared to memory available.
- Страница constrained When an expression is constrained, it has set limits.
- Страница Sequencer Sequencer is a multi-track editor in Unreal Engine and UEFN that you can use to create and preview cinematic sequences in real time.
- Страница Live Edit A feature in UEFN that provides a live connection between UEFN and an island in Edit mode. Changes you make in the editor automatically update in Creative.
- Страница component A self-contained tile for rendering a piece of terrain. Sometimes components are called cells.
- Страница Radio A device you can use to play your favorite Fortnite music. Compare to Speaker.
- Справочник Verse Explorer User Interface Reference Use this tool to create new Verse files from templates, and organize, rename and delete files.
- Справочник UEFN Controls for Creative Users Compare Fortnite Creative settings to UEFN to begin learning how UEFN works!
Названия и описания — как у Epic, на английском: перевод пришлось бы сверять с оригиналом каждую сборку, а расхождение здесь дороже неудобства. Ссылка открывает страницу на сайте Epic Games.
Другие рубрики
- Мир и уровень 104 Ландшафт, ассеты, материалы, свет и сборка пространства.
- Геймплей 210 Правила матча, команды, раунды, оружие и предметы.
- Verse 42 Язык Epic: синтаксис, API, примеры и свои устройства.
- Устройства 146 Каталог устройств Creative и UEFN, их настройки и примеры.
- Интерфейс острова 10 HUD, экранные подсказки, меню и диалоги.
- Анимация и кат-сцены 7 Секвенсор, движение объектов, ролики и позы.
- Эффекты и звук 1 Niagara, частицы, постобработка и аудио.
- NPC 1 Персонажи острова: настройка, реплики, снаряжение.
- Оптимизация 9 Память, производительность и бюджеты острова.
- Публикация 5 Выпуск острова, проверки, возрастной рейтинг, обновления.
- Остальное 51 Страницы, которые не легли ни в одну рубрику.
Fortnite Universe с Epic Games не связан и официальной документацией не является. Все рубрики — в центре UEFN.