I always Make Blueprint Out of my Base C++ classes.
Reason behind that is BP’s are super Game Designer Friendly and easy to manage and If I can I always make all of my C++ Classes Abstract.
Epic Staff also advises the developers to put all the Tick related Code into C++ as it is more performance friendly, I Personally do things like Timelines and Animation classes Inside Blueprints.
1 Like