---
title: "init(_:_:_:_:)"
framework: usdkit
role: symbol
role_heading: Initializer
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "usdkit/usdvalue/vec4i/init(_:_:_:_:)-5ou3l"
---

# init(_:_:_:_:)

Creates a vector with the given components.

## Declaration

```swift
init(_ x: Int, _ y: Int, _ z: Int, _ w: Int)
```
