<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ShaderGraph/Node",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:11ShaderGraphAAC4NodeV"
  },
  "title" : "ShaderGraph.Node"
}
-->

# ShaderGraph.Node

```
struct Node
```

## Topics

### Initializers

[`init(name: String, data: ShaderGraph.Node.NodeData)`](/documentation/RealityKit/ShaderGraph/Node/init(name:data:))

### Instance Properties

[`var data: ShaderGraph.Node.NodeData`](/documentation/RealityKit/ShaderGraph/Node/data)

The content of this node.

[`var name: String`](/documentation/RealityKit/ShaderGraph/Node/name)

The unique name of this node instance.

### Enumerations

[`enum NodeData`](/documentation/RealityKit/ShaderGraph/Node/NodeData)

## Relationships

### Conforms To

[`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)