# Variable Setter

## Overview

![The Variable Setter Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-e7b4ee9a8e915148272d14ddf58257950f4ba551%2Fvariablesetternode20241.png?alt=media)

The **Variable Setter** **Node** allows the user to set the value of a **Variable**.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Project**, **Scene**, **Function**.

## Inputs

| Input             | Type                                | Description                                                           |
| ----------------- | ----------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                           | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Value`           | ***Data Type** of the **Variable*** | Value you wish to set the **Variable** to.                            |

## Outputs

| Output             | Type                                | Description                                                                                                                            |
| ------------------ | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                           | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Value`            | ***Data Type** of the **Variable*** | The new value of the **Variable**.                                                                                                     |

## See Also

* [**Variable Getter**](https://docs.incari.com/incari-studio/toolbox/variables/variable-getter)
