# ExistentBoneMappingsBase

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

## ExistentBoneMappingsBase

### Class Details

**Defined in:** Public/Objects/ExistentBoneMappingsBase.h

**Hierarchy:** *Object > ExistentBoneMappingsBase*

### Properties

|                 |                           |                                                                                                                                                                                                      |
| --------------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| TArray          | ExcludedBones             | List of existent bones excluded from the mappings                                                                                                                                                    |
| USkeletalMesh\* | SkeletalMesh              | The skeletal mesh used to provide the existent bone mappings                                                                                                                                         |
| FRotator        | SkeletalMeshRotationDelta | The property represents the delta that must be applied to the skeletal mesh root bone in order to have the forward axis pointing forward, the right axis pointing right and the up axis pointing up. |

### Nodes

|                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------- |
| [Are Bone Mappings Valid](/documentation/resources/existent-api/index/existentbonemappingsbase/arebonemappingsvalid.md)     |
| [Get Excluded Bone Names](/documentation/resources/existent-api/index/existentbonemappingsbase/getexcludedbonenames.md)     |
| [Get Hand Bones](/documentation/resources/existent-api/index/existentbonemappingsbase/gethandbones.md)                      |
| [Get Invalid Bone Mappings](/documentation/resources/existent-api/index/existentbonemappingsbase/getinvalidbonemappings.md) |
| [Get Mapped Bones](/documentation/resources/existent-api/index/existentbonemappingsbase/getmappedbones.md)                  |
| [Get Mesh Rotation](/documentation/resources/existent-api/index/existentbonemappingsbase/getmeshrotation.md)                |
| [Is Hand Bone](/documentation/resources/existent-api/index/existentbonemappingsbase/ishandbone.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/existentbonemappingsbase.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.
