I was wondering if it is safe to use macros and macro libraries when writing Blueprints that you expect to be nativized. According to this questionreferencing the documentation, Blueprints with macros can be nativized, but not Blueprint macro libraries. So what is happening to the code in a Blueprint that references a node from a macro library?
Adding a macro library node to a Blueprint doesn’t prevent you from checking the Nativize box. So what I assume happens is the nodes from all macros, including ones from macro libraries, are expanded into the Blueprint and then converted to native code. Is my understanding correct?