How to create macro in c++?

Hi

I wasn’t really clear with my answer. I just wanted to quickly sum up that you can’t really create a blueprint macro inside c++ as they are read differently by the compiler. Yes of course you can use c++ macros to insert / replace / structure code.

The Cherno released a good explanation about macros a while ago: Macros in C++ - YouTube