# Only Aim Camera

When you need a monitoring view, you can create a only-aim camera by using the *TargetingAim* component.

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

1. Right click on Content Browser -> "Blueprint Class" -> create a "ECameraBase" class.
2. Open the class blueprint, select the "Camera Settings Component" and on the "Details" panel, expand the "ECamera" section.
3. Choose *TargetingAim* for "Aim Component". You do not need to specify a follow component. You can set its properties.
4. In the blueprint where you want to call this camera, invoke the "CallCamera" node and pass in the "Camera Class" and "Aim Target". You should specify camera's spawn location and optionally its spawn rotation. Ensure to disable *Preserve State*.


---

# Agent Instructions: 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://sulleyyys-organization.gitbook.io/manuals-of-ccs/showcases/only-aim-camera.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.
