---
title: propertyListFromInputValues()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qccompositionrenderer/propertylistfrominputvalues()
---

# propertyListFromInputValues()

Returns a property list object that represents the current values for all the input keys of the composition.

## Declaration

```swift
func propertyListFromInputValues() -> Any!
```

## Return Value

Return Value A property list object.

## Discussion

Discussion This is a convenience method that allows you to easily save the set of input values on a composition. Typically, you store the set of values in application preferences.

## See Also

### Saving and Restoring Input Values

- [setInputValuesWithPropertyList(_:)](quartz/qccompositionrenderer/setinputvalueswithpropertylist(_:).md)
