How to create macro in c++?

Hi Ɛdmm

Macro’s in blueprints are different from macros in c++. Basically, you cannot write a blueprint-styled macro in C++.
In c++ macros are instructions you can give the compiler about how to interpret your code. In Blueprints, macros are reusable event graph snippets that will get unpacked once it is compiled.

What is it you’re trying to achieve exactly?