> For the complete documentation index, see [llms.txt](https://multicore-games.gitbook.io/rgb-light-projector-fx-or-ue5-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multicore-games.gitbook.io/rgb-light-projector-fx-or-ue5-documentation/rgb-light-projector-fx.md).

# RGB Light Projector FX

## Overview

> ## **Description**

The **RGB Light Projector FX** is a flexible lighting and projection system that allows you to project static images, video textures, or custom media directly onto surfaces with realistic falloff, edge feathering, and color control.

This system goes beyond simple projection by offering **filter controls** (brightness, contrast, pixel offset), **dynamic effects** (image flickering, RGB channel split, glow), and **automatic aspect ratio handling** for both images and videos.

> ## **Features:**

1. **Media Support:** Use static images or full video textures (Media Player ready).
2. **RGB Channel Split:** Independent Red, Green, Blue projection for stylized color effects.
3. **Filter Controls:** Brightness, contrast, pixel offset sliders for fine-tuning.
4. **Edge Feathering:** Adjustable edge softness for natural blending.
5. **Projection Shape & Radius:** Set radius, cone angles, attenuation, and falloff.
6. **Flicker System:** Random flickering with speed, intensity, and brightness ranges.
7. **Aspect Ratio Handling:** Automatic detection and correction for both screen and image ratio.
8. **Shadows & Lighting:** Supports standard and ray-traced shadows.

> ## **Demo level included**

The demo level includes examples of all features of the **Advanced Shield System**, each with interactive examples and use cases!

<details>

<summary><strong>Supported Unreal Engine Versions:</strong></summary>

• UE 5.0

• UE 5.1

• UE 5.2

• UE 5.3

• UE 5.4

• UE 5.5

• UE 5.6

</details>

{% content-ref url="/pages/HqV5aJe629vNZJR7rIFN" %}
[Features](/rgb-light-projector-fx-or-ue5-documentation/overview/features.md)
{% endcontent-ref %}

***

## Setup and Implementation

{% content-ref url="/pages/FUPFv1DDxyFRN3qDIlQ9" %}
[Getting set up](/rgb-light-projector-fx-or-ue5-documentation/setup-and-implementation/getting-set-up.md)
{% endcontent-ref %}


---

# 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://multicore-games.gitbook.io/rgb-light-projector-fx-or-ue5-documentation/rgb-light-projector-fx.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.
