Xkonti / NimForUE-docs

Documentation page for NimForUE Unreal Engine plugin
https://nimforue.pages.dev
MIT License
3 stars 2 forks source link

Explain how to deal with C++ reflection through Nim #24

Open Xkonti opened 1 month ago

Xkonti commented 1 month ago

Unreal Engine has it's reflection system - it has it's own way of passing info about classes, props etc. Having the layer of Nim and how Nim has it's own way of handling those complicates things a bit more.