I have two blueprint actors, blueprint A has a variable reference to B in form of an object variable. I can access B’s custom event inside A this way, but if I change the variable reference to a class I can’t.
If I’d want to do this, how should I do it?
Also, if anyone knows why this is a limitation that’d be interesting to know.
Thanks!