Reflection is supported through the common language runtime, not by the Microsoft C++ compiler. Although you used this code to inspect an assembly that you defined, you can also use this code to ...
This project demonstrates various approaches to reflection and serialization in C++ game engines, from basic RTTI to advanced meta-programming systems. Each example is self-contained and progressively ...