<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USDKit"
    ],
    "preciseIdentifier" : "s:6USDKit8USDLayerV10ChangeListV5EntryV"
  },
  "title" : "USDLayer.ChangeList.Entry"
}
-->

# USDLayer.ChangeList.Entry

A single change entry describing modifications at a path.

```
struct Entry
```

## Topics

### Structures

[`struct Flags`](/documentation/USDKit/USDLayer/ChangeList/Entry/Flags-swift.struct)

Boolean flags describing structural changes to a spec.

[`struct InfoChange`](/documentation/USDKit/USDLayer/ChangeList/Entry/InfoChange)

Old and new values for a changed info field.

### Instance Properties

[`var flags: USDLayer.ChangeList.Entry.Flags`](/documentation/USDKit/USDLayer/ChangeList/Entry/flags-swift.property)

Structural change flags for this entry.

[`var infoChanged: [(USDToken, USDLayer.ChangeList.Entry.InfoChange)]`](/documentation/USDKit/USDLayer/ChangeList/Entry/infoChanged)

Info field changes, keyed by field name. Each `InfoChange`
contains the old and new values.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)