# BP\_CoreComponent

This page describes the Core Component that ships with Motion. The Core Component provides core functions used by a variety of components. Mostly covering Exception Handling.

### Methods

#### Debug

| Name                                          | Description                                                                                  |
| --------------------------------------------- | -------------------------------------------------------------------------------------------- |
| HandleMissingComponentDependencyException     | Quits the game and prints an error message that a required component could not be found.     |
| HandleMissingConfigurationDependencyException | Quits the game and prints an error message that a required configuration could not be found. |
| HandleMissingDataException                    | Quits the game and prints an error message that a required member is NULL.                   |

***

### Variables


---

# 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://motion.docs.regensturm.com/components/bp_corecomponent.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.
