# Camera Parameters Manager

## Camera Parameters Manager in the Unreal Engine

The Camera Parameters Manager feature allows the control of all of the [Advanced Camera Controls ](/cameratwin/documentation/mobile-applications/advanced-camera-controls.md)remotely from the Unreal Engine Editor. This feature offers flexibility to the production team by allowing both the Unreal Engine operator and the camera-man to adjust these settings even simultaneously\*. With this feature you can also leverage the power of Sequencer, as you can direct all of your camera parameters changes and transitions into a Sequence and benefit from an accurate and repeatable shooting experience alleviating the stress of performance from the crew members to achieve the perfect shot.

Apart from the flexibility and the Sequencer use-case this feature opens up new opportunities as it can be combined with several controllers, automated or not. The list of controllers can be expanded with new controllers that are designed to cover specific needs. Several controllers can be combined, as long as they are not adjusting the same parameters, in order to provide a flexible and expandable framework to cover every production need.

### List of the Controllers

Here is a list of our Camera Parameters Controllers:

* [CG Focus Controller](/cameratwin/documentation/unreal-engine-plugin/camera-parameters-manager/cg-focus-controller.md)
* [Advanced Focus Controller](/cameratwin/documentation/unreal-engine-plugin/camera-parameters-manager/advanced-focus-controller.md) (Coming Soon...)


---

# 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://docs.realtwin.org/cameratwin/documentation/unreal-engine-plugin/camera-parameters-manager.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.
