<!--
{
  "availability" : [
    "Reality Composer Pro: -",
    "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" : "ComputeGraph",
  "identifier" : "/documentation/ComputeGraph/ComputeNodeGraph/Port/Address",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Compute Graph"
    ],
    "preciseIdentifier" : "s:12ComputeGraph0a4NodeB0V4PortO7AddressV"
  },
  "title" : "ComputeNodeGraph.Port.Address"
}
-->

# ComputeNodeGraph.Port.Address

A location of a specific port on a node, identified by the node and the port’s index.

```
struct Address
```

## Topics

### Initializers

[`init(node: ComputeNodeGraph.NodeID, index: Int)`](/documentation/ComputeGraph/ComputeNodeGraph/Port/Address/init(node:index:))

### Instance Properties

[`var index: Int`](/documentation/ComputeGraph/ComputeNodeGraph/Port/Address/index)

The index of the port within the node’s input or output list.

[`var node: ComputeNodeGraph.NodeID`](/documentation/ComputeGraph/ComputeNodeGraph/Port/Address/node)

The node that owns this port.

## Relationships

### Conforms To

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

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

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

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

---

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)