# 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="https://1253177398-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIc7aRtmwmEkkqEJZORmC%2Fuploads%2Fi8X3CLrgsMGZA6oj9WNQ%2Fdamp.png?alt=media&#x26;token=81a0f564-9616-437a-a0b2-59b71b61629b" 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>
