> For the complete documentation index, see [llms.txt](https://docs.arcware.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcware.cloud/unreal-engine-setup/set-up-pixel-streaming-in-your-own-project/core-settings/pixel-streaming-plugin.md).

# Pixel Streaming Plugin

Enable the Pixel Streaming plugin from inside your project.​ ​&#x20;

* The plugin can be found in the main menu inside the Unreal Editor, select **Edit > Plugins​** under **Graphics** section
* Both **Pixel Streaming** & **Pixel Streaming 2** plugins are supported on Arcware Cloud.
* Once you have enabled the plugin please restart your project for the plugin to take effect.

<figure><img src="/files/xX4EQ8Dc3vZVBvYcra1U" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Warning: **Please avoid enabling both plugins together. Arcware Cloud upload pipeline will detect and prevent packages with both plugins enabled !**
{% endhint %}

{% hint style="info" %}
**Note:** The Pixel Streaming Plugin only works when you run your project as a packaged application, or when you launch it from the Unreal Editor using the **Standalone Game** Launch option.
{% endhint %}


---

# 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:

```
GET https://docs.arcware.cloud/unreal-engine-setup/set-up-pixel-streaming-in-your-own-project/core-settings/pixel-streaming-plugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
