How to call a Python function and get returned arguments from BluePrint

Also I suppose as a slight optimization to this approach on the custom event I’m triggering with call method I could probably set that event to take in arguments which would be my returned data instead of having python manipulate the blueprint directly.