> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/art-and-design/unreal-engine-5.md).

# Unreal Engine 5

Warped Universe is built on Unreal Engine 5, an engine our team knows well. That experience matters. We're not learning the tools while shipping the game.

**Nanite and Lumen**

Nanite virtualized geometry and Lumen real-time lighting let us build environments with high detail and realistic lighting without sacrificing performance. Nanite handles intricate geometry efficiently, and Lumen delivers dynamic shadows and atmospheric lighting that make the Warped Universe feel alive.

**Built for Immersion**

Every element, from physics to graphics, is optimized for smooth, responsive gameplay. Our team's hands-on experience with UE5 means we can push the engine where it counts and pull back where it doesn't, keeping performance tight across a wide range of hardware.

**Procedural Content Generation**

Warped Universe is built on handcrafted environments, missions, and planets. Our team designs each experience with intention, not randomness.

Where it makes sense, we use UE5's procedural content generation to fill and populate the world dynamically. Asteroid fields, spatial arrangements, environmental details, the kind of content that would take months to place by hand gets generated intelligently from our own asset library and rules. The result is a universe that feels full and alive without compromising the quality of our core designs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wp.warped.games/art-and-design/unreal-engine-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
