# Variables

#### Anim Vars <a href="#anim-vars" id="anim-vars"></a>

Generally for anim vars there isn’t much to configure from a properties points of view. They are commonly used via a macro such as the following which is supported by crowd animation.

<figure><img src="/files/J9zCbfaxwaynOGFMXOyv" alt=""><figcaption><p>Macro Example</p></figcaption></figure>

In terms of limitations it’s worth noting that the current implementation of the Anim Vars encodes all data as float. Internally Boolean properties (e.g. Is Moving above) will be converted on the CPU before being sent to the GPU crowd animation system as a floating point type. If these flags are used for transition logic between states there may be floating point inaccuracies and imprecision in comparisons.


---

# 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://docs.otherside.xyz/platform-documentation/creation/unreal-development/features-and-tutorials/the-animated-crowd/crowd-animation/crowd-anim-blueprint/reference-guide-abp-nodes/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.
