---
title: shouldResetHistory
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporaldenoisedscalerbase/shouldresethistory
---

# shouldResetHistory

A Boolean property indicating whether to reset history.

## Declaration

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

## Discussion

Discussion Set this property to true to invalidate history, for example when there is a scene cut in your game.
