# ExistentLibrary

[ExistentDocumentation](/documentation/v0.0.2/resources/existent-api/index.md) > ExistentLibrary

## ExistentLibrary

### Class Details

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

**Hierarchy:** *Object > BlueprintFunctionLibrary > ExistentLibrary*

### Properties

### Nodes

|                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Capsule Trace Multi for Objects](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/capsuletracemultiforobjects.md)                 |
| [Capsule Trace Single for Objects](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/capsuletracesingleforobjects.md)               |
| [Draw Sample Array](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/drawsamplearray.md)                                           |
| [Existent Body Bone to String](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/existentbodybonetostring.md)                       |
| [Existent Bone to String](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/existentbonetostring.md)                                |
| [Existent Finger to String](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/existentfingertostring.md)                            |
| [Existent Hand to String](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/existenthandtostring.md)                                |
| [Get Controller Orientation and Position](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/getcontrollerorientationandposition.md) |
| [Get Controller Tracking Status](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/getcontrollertrackingstatus.md)                  |
| [Get Match String](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/getmatchstring.md)                                             |
| [Save Existent Player Data](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/saveplayerdata.md)                                    |
| [Set Backstage Mode Enabled](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/setbackstagemodeenabled.md)                          |
| [String to Existent Body Bone](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/stringtoexistentbodybone.md)                       |
| [String to Existent Bone](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/stringtoexistentbone.md)                                |
| [Transform Sample to World](/documentation/v0.0.2/resources/existent-api/index/existentlibrary/transformsampletoworld.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/v0.0.2/resources/existent-api/index/existentlibrary.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.
