---
title: "uniformHandle(named:)"
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/uniformhandle(named:)"
---

# uniformHandle(named:)

Returns a handle for the named uniform.

## Declaration

```swift
func uniformHandle(named name: String) -> ComputeGraphComponent.UniformHandle?
```

## Parameters

- `name`: The name of the named uniform.

## Return Value

Return Value A ComputeGraphComponent.UniformHandle, or nil if no match is found.
