> For the complete documentation index, see [llms.txt](https://lfdocs.lookingglassfactory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lfdocs.lookingglassfactory.com/software/creator-tools/index.md).

# Unreal Engine

{% hint style="info" %}
Our Unreal Engine Plugin is Open Source! Check it out on [Github](https://github.com/looking-glass/unreal)!
{% endhint %}

![The Looking Glass running with Unreal Engine 5 using Epic Games' Architecture Demo by Pasquale Scionti](/files/LoNZbxb0iRNJMblGjeUI)

The Looking Glass Plugin for Unreal allows you create holographic images and animations using Unreal Engine's cutting edge graphics.&#x20;

{% hint style="warning" %}
Note: the Unreal Plugin is currently intended for cinematic exports. It can be set to run real-time, but the frame rate is low on most systems.
{% endhint %}

{% hint style="info" %}
[⬇️ **Download the plugin**](https://github.com/Looking-Glass/Unreal/releases/tag/1.7)
{% endhint %}

{% content-ref url="/pages/-MWj9--6tdfNFBUfTOff" %}
[Installing the Unreal Engine plugin](/software/creator-tools/index/setting-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/SVseHkXwzoeLGri9o0bz" %}
[Using the Unreal Engine Plugin](/software/creator-tools/index/using-the-unreal-engine-plugin.md)
{% endcontent-ref %}

## What's new? :sparkles:

* Unreal Engine 5.5 support
* Support for the Looking Glass 27"displays

For more updates checkout the [change log](/software/creator-tools/index/change-log.md).

## Features

* Displays Unreal Engine content in the Looking Glass directly from the engine.
* Multi-view Rendering for improved performance, or Single View Rendering for improved content fidelity.&#x20;
* Record quilt videos as PNG sequences from Unreal’s sequencer tool.

## Requirements

* Unreal Engine 5.5
* A computer running Windows 10 or 11
* RTX 3080 or better recommended
* [Looking Glass Bridge](/software/looking-glass-bridge.md) v2.5.0 or later

## Design Guidelines

Building experiences for the Looking Glass can be challenging because it's such a new medium. To make sure your demos really pop, take a look at our [Design Guidelines](/keyconcepts/3d-design-guidelines.md).

## We'd love to hear your suggestions 💜

If you're having issues with our Unreal Engine Plugin please email us at **<developer@lookingglassfactory.com>** or join our [Discord](<https://app.asana.com/0/1201214626789016/1208207993577937/f&#xD;&#xA;https://app.asana.com/0/1201214626789016/1208218851021599/f>).


---

# 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://lfdocs.lookingglassfactory.com/software/creator-tools/index.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.
