> For the complete documentation index, see [llms.txt](https://sulleyyys-organization.gitbook.io/manuals-of-ccs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sulleyyys-organization.gitbook.io/manuals-of-ccs/blueprint-nodes-list/screenfollow.md).

# ScreenFollow

## SetPropertyInDampParams

This function allows you to set any property in Damp Params of a ScreenFollow component.

You should make sure the property name is correct and matches the value type. That is, if `PropertyName` is `DampTime`, `Value` should be of a `FVector` type.

If no such PropertyName exists or value type does not match, nothing will happen.

<div align="left"><figure><img src="/files/3nLrJexv4n4xTyrcLlz1" alt=""><figcaption></figcaption></figure></div>

<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>ScreenFollow</code>target object.</td></tr><tr><td></td><td><p>Property</p><p>Name</p></td><td>Property name in DampParams.</td></tr><tr><td></td><td>Value</td><td>Wildcard value.</td></tr></tbody></table>
