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