> For the complete documentation index, see [llms.txt](https://docs.kia.dev/animate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kia.dev/animate/architecture/fstructanimatevalue.md).

# FStructAnimateValue

This page describes the FStructAnimateValue struct that ships with Motion. The structure describes the value that a value source provides.

### Members

`X`

**Type:** float

**Description:** Represents the value of the X-axis, of the curve vector used, at `ActiveSeconds`.

`Y`

**Type:** float

**Description:** Represents the value of the Y-axis, of the curve vector used, at `ActiveSeconds`.

`Z`

**Type:** float

**Description:** Represents the value of the Z-axis, of the curve vector used, at `ActiveSeconds`.
