Ah, yea. The "Events" aren't events in the BP sense. They're merely methods that are called. So, all Custom Events come through the OnCustomEvent callback. You can use the name parameter to define which event is doing the calling, that's the entire purpose of that parameter.
Actual BP event creation based on a Task name would be a bit tricky (but it might be do-able, haven't looked into it honestly).
Actual BP event creation based on a Task name would be a bit tricky (but it might be do-able, haven't looked into it honestly).
Comment