# UInt32

> Represents a 32 bit unsigned integer (uint).

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
UInt32 = 6
```

### Remarks

Additional Resources: [SerializedProperty.numericType](/engine/6000.7/script-reference/unityeditor/serializedproperty/numerictype.md), [SerializedProperty.uintValue](/engine/6000.7/script-reference/unityeditor/serializedproperty/uintvalue.md).
