- I created a blueprint named “A”
- I created a blueprint named “B” that inherits from “A”
- I created a Macro Library that inherits from “A”, named “MA”
- I can’t use macros from “MA” inside “A”
- I can use macros from “MA” inside “B”
- Is this a bug?
- How can be solved?
- I would like to use that macro from “MA” inside “A”.