<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USDKit",
  "identifier" : "/documentation/USDKit/USDLayer/ChangeList/Entry/InfoChange",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USDKit"
    ],
    "preciseIdentifier" : "s:6USDKit8USDLayerV10ChangeListV5EntryV04InfoC0V"
  },
  "title" : "USDLayer.ChangeList.Entry.InfoChange"
}
-->

# USDLayer.ChangeList.Entry.InfoChange

Old and new values for a changed info field.

```
struct InfoChange
```

## Topics

### Instance Properties

[`var newValue: USDValue?`](/documentation/USDKit/USDLayer/ChangeList/Entry/InfoChange/newValue)

The value after the change, or `nil` if the field was removed.

[`var oldValue: USDValue?`](/documentation/USDKit/USDLayer/ChangeList/Entry/InfoChange/oldValue)

The value before the change, or `nil` if the field was added.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)