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

# Dynamic 3D Crosshair

## Overview

> ## **Description**

The **Dynamic 3D Crosshair** pack features two distinct types of widget components: Circular and Linear. The crosshairs can be displayed in the 3D space to dynamically display the accurate Looking / Hit location.

Both crosshairs are fully customizable, allowing you to tweak their appearance to perfectly suit your game's style. Whether you need a sleek, minimalistic design or a bold, eye-catching crosshair, the Dynamic 3D Crosshair Pack has you covered.<br>

> ## **Key Features**

1. **Circular Crosshair Component**
   * Reloading Animation: Offers visual feedback during reloading, keeping players informed about their weapon status.
   * Customizable: Easily adjust Colors, Width, Outline, and Inline directly in the Material Instance
2. **Linear Crosshair Component**
   * Dynamic Spread: Accurately reflects gun accuracy in real-time, giving players precise feedback on their shots.
   * Presets: This pack includes 17 Crosshair Presets + You can create your own preset as a child of the "Widget\_Linear\_Crosshair\_Parent"
   * Hit and Critical Hit Indicators: Displays a distinct Crosshair when a target is hit, ensuring players receive instant confirmation of their successful shot.
   * Customizable: Easily adjust Colors, Width, Scale, and Outlines to perfectly match your game's aesthetic.

> ## **Demo level included**

The demo level includes examples of all features of the **Dynamic 3D Crosshair**, 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](/dynamic-3d-crosshair-or-ue5-documentation/overview/features.md)
{% endcontent-ref %}

***

## Setup and Implementation

{% content-ref url="/pages/FUPFv1DDxyFRN3qDIlQ9" %}
[Getting set up](/dynamic-3d-crosshair-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/dynamic-3d-crosshair-or-ue5-documentation/dynamic-3d-crosshair.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.
