Why and what parent class to use with macro libraries?

I don’t know why they changed it, but you can use the “Object” class as it’s parent class, so you will be able to use it within all other classes. If you use eg. the “Actor” class as it’s parent, you can only use those macros in classes that inherit from the actor class.

3 Likes