Fire function in referenced blueprint - function doesn't fire

Hi!

I’m new to blueprints, and need a little help with something really simple.

I followed the official guide for cross blueprint communications, mainly referencing a blueprint as a variable, and running a function from it. It seems to all check out, as there are no errors to speak of. Whatever comes next in my event chain fires just fine after the function call, the function just doesn’t get called. To start off with, all the function does (should do) is print a message. It just doesn’t.

I’m sure there’s some detail I’ve missed, but I don’t have any error reports to base my search on.

Any ideas?

Aaaand I fixed it :slight_smile: