BlueprintImplementableEvent with return type

I assume you want to input value then have return value in event, it’s not work like that. You call an event function give that some value and it be trigger then return that value.

Kind of middle function, not actually do anything, just trigger when you call and passing the variables.