# Variables

The **UMA Integration** module comes with a set of value types for variables to utilize the visual scripting of **Game Creator 2**.

<figure><img src="/files/LW4IcFSz0dCti8tj06HM" alt="" width="563"><figcaption><p>List and Name Variable with UMA Integration's value types</p></figcaption></figure>

## Value Types

* **Overlay Color**: Stores an **OverlayColorData** value.
* **Text Recipe:** Stores a reference to a **UMATextRecipe** asset.
* **Wardrobe:** Stores a reference to a **UMAWardrobeRecipe** asset.
* **Wardrobe Collection:** Stores a reference to a **UMAWardrobeCollection** asset.

To learn more about **Variables** in Game Creator 2, kindly visit its official [documentation](https://docs.gamecreator.io/gamecreator/variables/#variables).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://niam.gitbook.io/documentation/game-creator-2/uma-integration/variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
