# RailFollow

## SetPositionOnRailWithDamping

Hard set camera position on rail with damping.

![](/files/05ImAoOICKGD8GSGz0pl)

<table><thead><tr><th width="163.33333333333331">Input / Output</th><th width="140"></th><th>Description</th></tr></thead><tbody><tr><td>Input</td><td></td><td></td></tr><tr><td></td><td>Target</td><td>A <code>RailFollow</code> target object.</td></tr><tr><td></td><td>Position</td><td>A floating number in [0,1] representing the position on rail.</td></tr><tr><td></td><td>Blend Time</td><td>A non-negative floating number representing the duration to get to Position.</td></tr><tr><td></td><td>Blend Func</td><td>Blend function.</td></tr><tr><td></td><td>Is Forward</td><td>Blending forward or backward from here to Position.</td></tr></tbody></table>


---

# 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/blueprint-nodes-list/railfollow.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.
