C++ support for game components/actors
Jul 10, 2025 · 1 min read · You can produce a CGame .dll using provided solutions so you can now make your game using actual C++ code. No need to re-compile the engine/ide, you just provide the dll as described and you can then add your own actors and components. The biggest be...
Join discussion