---
title: scnVector4Value
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/scnvector4value
---

# scnVector4Value

The four-element Scene Kit vector representation of the value.

## Declaration

```swift
var scnVector4Value: SCNVector4 { get }
```

## See Also

### Related Documentation

- [SCNVector4](scenekit/scnvector4.md)

### Working with SceneKit Vector and Matrix Values

- [init(SCNVector3:)](foundation/nsvalue/init(scnvector3:).md)
- [init(SCNVector4:)](foundation/nsvalue/init(scnvector4:).md)
- [init(SCNMatrix4:)](foundation/nsvalue/init(scnmatrix4:).md)
- [scnVector3Value](foundation/nsvalue/scnvector3value.md)
- [scnMatrix4Value](foundation/nsvalue/scnmatrix4value.md)
