uefn-verse-basics

Beginner-focused onboarding and developer workflow for using Verse in Unreal Editor for Fortnite (UEFN). Use when setting up UEFN/Fortnite prerequisites, creating a first Verse-enabled project, creating Verse devices from templates, compiling and playtesting with Launch Session and Push Verse Changes, troubleshooting common setup/build/runtime issues, and establishing basic project/revision-control habits.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uefn-verse-basics" with this command: npx skills add flohhhhh/skills/flohhhhh-skills-uefn-verse-basics

UEFN Verse Basics

Overview

Use this skill for practical "get started and keep moving" support in UEFN + Verse. Treat Epic docs as source of truth and guide users through a concrete, testable loop.

Read Order

  1. references/docs-map.md for source routing.
  2. references/bootstrap-checklist.md for end-to-end onboarding and DX loop.

Execution Model

  1. Confirm the user stage: install, new project, first Verse file, compile, playtest, debug, or team workflow.
  2. Give only the next actionable step set (avoid dumping all docs at once).
  3. Prefer the smallest working loop: create Verse file -> build Verse code -> place device -> launch session -> verify behavior -> iterate.
  4. If blocked, diagnose by failure class: environment, compile, session/push, device wiring, runtime logic.
  5. Always include the exact Epic page link used.

Minimal UEFN Verse Patterns

Keep these snippets tiny and adapt imports/devices to the target island.

First Device Skeleton

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }

hello_world_device := class(creative_device):
    OnBegin<override>()<suspends>:void =
        Print("Hello from UEFN Verse")

Editable Device Reference

using { /Fortnite.com/Devices }

example_device := class(creative_device):
    @editable
    Button:button_device = button_device{}

DX Guardrails

  • State clearly which steps require UEFN GUI interactions.
  • In compile loops, prefer Build Verse Code first, then Push Verse Changes for Verse-only edits.
  • After changing placed device behavior, use Push Changes when needed so level state/device updates are applied.
  • In troubleshooting, start with Message Log + Verse Build status, then validate device placement and editable assignments.
  • For collaborative projects, prefer Unreal Revision Control workflows early (sync/check-out/check-in discipline).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uploadthing-nextjs

No summary provided by upstream source.

Repository SourceNeeds Review
General

unreal-verse

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
1171Profile unavailable
Coding

ClawHub CLI Assistant

Use the ClawHub CLI to publish, inspect, version, update, sync, and troubleshoot OpenClaw skills from the terminal.

Registry SourceRecently Updated
1.9K2Profile unavailable