---
title: vectorFloat4Value
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skattributevalue/vectorfloat4value
---

# vectorFloat4Value

The receiver’s value as a vector of four floating point numbers.

## Declaration

```swift
var vectorFloat4Value: vector_float4 { get set }
```

## Discussion

Discussion If the receiver’s original value is a floating-point number of a vector with a count less than four, the empty items in the vector are set to 0.

## See Also

### Instance Properties

- [floatValue](spritekit/skattributevalue/floatvalue.md)
- [vectorFloat2Value](spritekit/skattributevalue/vectorfloat2value.md)
- [vectorFloat3Value](spritekit/skattributevalue/vectorfloat3value.md)
