Overview
GS_Core includes template files that give you a head start when creating custom components. Each template provides a pre-structured C++ class (header, implementation, and interface) or a Script Graph file that follows the GS_Play patterns and conventions.
All C++ templates are unregistered — after copying them into your project, you need to complete the standard O3DE Component Setup: update your module descriptor and CMakeLists.txt.