> For the complete documentation index, see [llms.txt](https://multicore-games.gitbook.io/retro-horror-camera-component-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/retro-horror-camera-component-or-ue5-documentation/retro-horror-camera-component.md).

# Retro Horror Camera Component

## Overview

> ## **Camera Zoom Feature**

The **Zoom Feature** of the **Retro Horror Camera Component** is a powerful tool that allows game developers to create intense close-up effects, enhancing the suspense and focus on specific elements within a horror game.

> ## **Custom Post-Processing Materials**

The **Retro Horror Camera Component** also includes five essential effects designed to immerse players in a world of nostalgic terror:

1. **Radial Blur**: Create a whirlwind of fear with the Radial Blur effect. Perfect for simulating disorienting sequences or enhancing the impact of sudden scares, this effect draws players into the core of your game’s most intense moments.
2. **Pixelation**: Invoke the golden era of gaming with the Pixelation effect. This feature allows you to stylize your game with a retro aesthetic, adding a layer of mystery or censoring visuals while maintaining a classic arcade feel.
3. **Lens Distortion**: Distort reality with the Lens Distortion effect. Mimic the imperfections of real-world camera lenses to add authenticity to cutscenes, or warp the player’s view during otherworldly encounters, making every moment in your game uniquely unsettling.
4. **Color Depth**: Reduce the color palette to mimic the hardware limitations of retro consoles, enhancing the old-school feel of your horror scenes.
5. **Dithering**: Implement a grainy texture that gives the impression of older display technology, adding to the overall ambiance of dread and suspense.

> ## **Easy Customization**

Each effect is fully customizable within Unreal Engine 5, giving you the power to craft the perfect visual experience for your retro-horror adventure. Whether you’re looking to create a subtle background unease or a full-on assault of the senses, the Retro-Horror Post-processing Pack is your gateway to a hauntingly beautiful game.

> ## [**Demo level included**](https://multicore-games.itch.io/retro-horror-camera-component)

The demo level includes examples of all features of the **Retro Horror Camera Component**, 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

</details>

{% content-ref url="/pages/HqV5aJe629vNZJR7rIFN" %}
[Features](/retro-horror-camera-component-or-ue5-documentation/overview/features.md)
{% endcontent-ref %}

***

## Setup and Implementation

{% content-ref url="/pages/FUPFv1DDxyFRN3qDIlQ9" %}
[Getting set up](/retro-horror-camera-component-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/retro-horror-camera-component-or-ue5-documentation/retro-horror-camera-component.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.
