# ExistentAnimationLibrary

[ExistentDocumentation](https://gitlab.com/lightgarden-studios/existent-documentation/-/blob/v0.1.0/resources/BPNodes/index.md) > ExistentAnimationLibrary

## ExistentAnimationLibrary

### Class Details

**Defined in:** Public/Utils/ExistentAnimationLibrary.h

**Hierarchy:** *Object > BlueprintFunctionLibrary > ExistentAnimationLibrary*

### Properties

### Nodes

|                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Get Bone Length](/documentation/resources/existent-api/index/existentanimationlibrary/getbonelength.md)                                                  |
| [Get Children Bones](/documentation/resources/existent-api/index/existentanimationlibrary/getchildrenbones.md)                                            |
| [Get Mixamo Body Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getmixamobodymappingsmatchconfig.md)         |
| [Get Mixamo Hand Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getmixamohandmappingsmatchconfig.md)         |
| [Get Ref Skeleton Bone Component Transform](/documentation/resources/existent-api/index/existentanimationlibrary/getrefskeletonbonecomponenttransform.md) |
| [Get Ref Skeleton Bone Length](/documentation/resources/existent-api/index/existentanimationlibrary/getrefskeletonbonelength.md)                          |
| [Get UE4Body Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getue4bodymappingsmatchconfig.md)                |
| [Get UE4Hand Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getue4handmappingsmatchconfig.md)                |
| [Get UE5Body Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getue5bodymappingsmatchconfig.md)                |
| [Get UE5Hand Mappings Match Config](/documentation/resources/existent-api/index/existentanimationlibrary/getue5handmappingsmatchconfig.md)                |
| [Set Anim Instance Class](/documentation/resources/existent-api/index/existentanimationlibrary/setaniminstanceclass.md)                                   |


---

# 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.existent.com/documentation/resources/existent-api/index/existentanimationlibrary.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.
