---
title: "setInputValuesWithPropertyList(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/qccompositionrenderer/setinputvalueswithpropertylist(_:)"
---

# setInputValuesWithPropertyList(_:)

Sets the values for the input keys of the composition from a previously saved property list.

## Declaration

```swift
func setInputValuesWithPropertyList(_ plist: Any!)
```

## Discussion

Discussion This is a convenience method that allows you to restore the set of input values that you obtained previously by calling the method propertyListFromInputValues(). If the property list object does not define a value for an input key, or if the value is not of the proper type, Quartz Composer does not set a value for the corresponding input port.

## See Also

### Saving and Restoring Input Values

- [propertyListFromInputValues()](quartz/qccompositionrenderer/propertylistfrominputvalues().md)
