---
title: isOutputResolutionMotionVectorsEnabled
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporalscalerdescriptor/isoutputresolutionmotionvectorsenabled
---

# isOutputResolutionMotionVectorsEnabled

A Boolean value that indicates whether the scaler expects motion vectors at output resolution.

## Declaration

```swift
var isOutputResolutionMotionVectorsEnabled: Bool { get set }
```

## Discussion

Discussion Set this property to true when your app provides motion vectors at the output resolution rather than the input resolution. When you enable this property, the scaler interprets the motionTexture dimensions to match outputWidth and outputHeight instead of inputWidth and inputHeight. This property’s default value is false.
