Back to Browse

How I Implemented Header Tool for my Game Engine (C++ Reflection)

1.9K views
Mar 4, 2024
5:12

Instagram: https://www.instagram.com/devman.andrew/ Preprocessing was done in rust. InstancesToProcess are filled inside allocation code where I check with a concept if a certain object is inheriting from my base BInstance - if it does inherit from it then Im checking if it's class with typeid is within my property map and if it is then I temporarily add it to InstancesToProcess which are processed at the beginning of the frame to be later cleared.

Download

0 formats

No download links available.

How I Implemented Header Tool for my Game Engine (C++ Reflection) | NatokHD