Global macro library: possible?

Macro libraries are class dependent because they are not functions, just a solution for copy pasting big sections of code around the same class. To fit this criteria, they can call functions on “self”, which is the actor type the macro is defined for.

1 Like