# Crane Camera

Crane is widely used in cinematics. It has an arm controlling the length, yaw and pitch to move the camera around. The *CraneFollow* component provides you with an easy way to achieve this.

<figure><img src="/files/wdRZdTvN8tf1v1V7l5bU" 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 *CraneFollow* for "Follow Component", and *TargetingAim* for "Aim Component" if you would like to lock camera orientation to a particular target actor.
4. In *CraneFollow*, you must specify a **Camera Rig Crane** actor in the level to property "Crane", then setting other properties according to your needs. Note that there are three follow types in *CraneFollow*: *Follow Target*, *Fixed Speed* and *Manual*. Refer to [Crane Follow](/manuals-of-ccs/camera-components/follow-components/cranefollow.md) for more information about these three types.
5. In the blueprint where you want to call this camera, invoke the "CallCamera" node and pass in the "Camera Class", "Follow Target" and "Aim Target". If you are not using the *Follow Target* in property *Follow Type*, you do not have to pass in an actor to "Follow Target". You can also specify "Blend Time", "Blend Func" and "Blend Exp" if you want smooth blending in.


---

# 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/crane-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.
