Blueprint Integration
This page centralizes C++ and Blueprint integration rules for the project.
Principles
- Gameplay logic in C++
- Blueprints for configuration and visuals
- Events exposed for artists/designers
Guidelines
- Code Architecture — where logic belongs
- Buffs — buff system overview