---
title: "isOutputEnabled(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "realitykit/computegraphcomponent/isoutputenabled(_:)"
---

# isOutputEnabled(_:)

Reads the enabled state of an output identified by ID

## Declaration

```swift
func isOutputEnabled(_ outputID: ComputeNodeGraph.NodeID) -> Bool
```

## Return Value

Return Value The enabled state, or false if the output is unknown
