Blueprints vs. C++
Table of Contents IntroductionCommon GroundDesign Concepts: High-Level vs. Low-LevelDesign Example: Weapon SystemDesign Concepts: Scripting vs. ProgrammingC++ and BP as Programming and Scripting LanguagesScope of this Discussion: Where C++ and BP OverlapPerformance: Comparing Compiled C++ and BPPerformance: Conclusions and ProfilingProject Organization: Class DesignDesign Concepts: Types and DependenciesProject Organization: C++ ModulesProject Organization: BP-to-C++ DependenciesDesign Example: Refactoring from…