As far as i know, you can’t call macros from outside. If you have logic that should be callable from outside (others actors etc) you will want to
use Functions/Events (Events have no Return). I only use macros to make my graph smaller.
For example if i need to compare an Enum, i don’t want to have multiple “Equal” and “Branch” nodes in my graph, i just make a macro out of them.
4 Likes