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
Last updated