RobotecAI / o3de-genai-gems

Core features and interfaces enabling use of modern AI with O3DE for variety of purposes.
Other
1 stars 0 forks source link

Remove FeatureBase.cpp #121

Closed jhanca-robotecai closed 1 month ago

jhanca-robotecai commented 1 month ago

The implementation in FeatureBase.cpp is minimal and, for convenience, it was moved to the header file. Reasoning: it might happen that developers of another Gem would like to implement a cpp feature and inherit the base class. Currently, it is a bit of a struggle with cmake and linking (FeatureBase.cpp was listed as a private file of a GenAIFramework Gem).

jhanca-robotecai commented 1 month ago

Force-pushed to solve merge conflicts