I’m not sure if there’s an easy way to call a function that was created in blueprints via C++ but I handle this by creating a BlueprintImplementableEvent in a base class in C++ that the blueprint uses as it’s parent and then use it just like in your screenshot. Then in C++ or blueprints I can call that event anywhere I want.
2 Likes