> For the complete documentation index, see [llms.txt](https://motion.docs.regensturm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://motion.docs.regensturm.com/components/bp_corecomponent.md).

# 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
